Microchip® Advanced Software Framework

wlif_t Struct Reference

Data Fields

struct {
   struct pbuf *   buf [PQUEUE_SIZE]
 
   uint8_t   first
 
   uint8_t   last
 
pqueue
 
struct {
   struct pbuf *   buf [PQUEUE_SIZE]
 
   uint8_t   first
 
   uint8_t   last
 
pqueue
 
struct {
   struct pbuf *   buf [PQUEUE_SIZE]
 
   uint8_t   first
 
   uint8_t   last
 
pqueue
 
volatile uint8_t rx_pending
 

struct pbuf* wlif_t::buf[PQUEUE_SIZE]
uint8_t wlif_t::first
uint8_t wlif_t::last
struct { ... } wlif_t::pqueue

Referenced by low_level_output(), and process_pqueue().

struct { ... } wlif_t::pqueue
struct { ... } wlif_t::pqueue
volatile uint8_t wlif_t::rx_pending

Referenced by low_level_input(), rx_isr(), and wlif_poll().