ATWINC15x0 device descriptor type. More...
ATWINC15x0 device descriptor type.
Definition at line 84 of file atwinc15x0.h.
#include <atwinc15x0.h>
Data Fields | |
netdev_t | netdev |
Pulls in the netdev fields. | |
atwinc15x0_params_t | params |
Device initialization parameters. | |
atwinc15x0_state_t | state |
Device state. | |
char | ap [ETHERNET_ADDR_LEN] |
BSSID of current AP. | |
char | ssid [WIFI_SSID_LEN_MAX+1] |
SSID 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. | |