ATWINC15x0 device descriptor type. More...
ATWINC15x0 device descriptor type.
Definition at line 50 of file atwinc15x0.h.
#include <atwinc15x0.h>
Data Fields | |
netdev_t | netdev |
Pulls in the netdev fields. | |
atwinc15x0_params_t | params |
Device initialization parameters. | |
bool | connected |
Indicates whether connected to an AP. | |
char | ap [ETHERNET_ADDR_LEN] |
BSSID of current AP. | |
uint8_t | channel |
Channel used for current AP. | |
int8_t | rssi |
RSSI last measured by the WiFi module. | |
uint8_t * | rx_buf |
Incoming packet in receive buffer. | |
uint16_t | rx_len |
Length of an incoming packet, if there is no packet in the buffer, it is 0. | |
tpfNmBspIsr | bsp_isr |
Board support package ISR | |
bool | bsp_irq_enabled |
Board support package interrupt enabled. | |