ATWINC15x0 device descriptor type. More...
ATWINC15x0 device descriptor type.
Definition at line 83 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.   | |
| char atwinc15x0::ap[ETHERNET_ADDR_LEN] | 
BSSID of current AP.
Definition at line 87 of file atwinc15x0.h.
| bool atwinc15x0::bsp_irq_enabled | 
Board support package interrupt enabled.
Definition at line 99 of file atwinc15x0.h.
| tpfNmBspIsr atwinc15x0::bsp_isr | 
Board support package ISR.
Definition at line 98 of file atwinc15x0.h.
| uint8_t atwinc15x0::channel | 
Channel used for current AP.
Definition at line 91 of file atwinc15x0.h.
| netdev_t atwinc15x0::netdev | 
Pulls in the netdev fields.
Definition at line 84 of file atwinc15x0.h.
| atwinc15x0_params_t atwinc15x0::params | 
Device initialization parameters.
Definition at line 85 of file atwinc15x0.h.
| int8_t atwinc15x0::rssi | 
RSSI last measured by the WiFi module.
Definition at line 92 of file atwinc15x0.h.
| uint8_t* atwinc15x0::rx_buf | 
Incoming packet in receive buffer.
Definition at line 94 of file atwinc15x0.h.
| uint16_t atwinc15x0::rx_len | 
Length of an incoming packet, if there is no packet in the buffer, it is 0.
Definition at line 95 of file atwinc15x0.h.
| char atwinc15x0::ssid[WIFI_SSID_LEN_MAX+1] | 
SSID of current AP.
Definition at line 89 of file atwinc15x0.h.
| atwinc15x0_state_t atwinc15x0::state | 
Device state.
Definition at line 86 of file atwinc15x0.h.