STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
tcpip_msg Struct Reference

#include <tcpip_priv.h>

Data Fields

enum tcpip_msg_type type
 
sys_sem_tsem
 
union {
   struct {
      struct pbuf *   p
 
      struct netif *   netif
 
   }   inp
 
   struct {
      tcpip_callback_fn   function
 
      void *   ctx
 
   }   cb
 
msg
 

Detailed Description

Definition at line 181 of file tcpip_priv.h.

Field Documentation

struct { ... } cb
void* ctx

Definition at line 200 of file tcpip_priv.h.

Definition at line 199 of file tcpip_priv.h.

struct { ... } inp
union { ... } msg
struct netif* netif

Definition at line 196 of file tcpip_priv.h.

struct pbuf* p

Definition at line 195 of file tcpip_priv.h.

sys_sem_t* sem

Definition at line 183 of file tcpip_priv.h.

enum tcpip_msg_type type

Definition at line 182 of file tcpip_priv.h.


The documentation for this struct was generated from the following file: