All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
atwinc15x0 Struct Reference

ATWINC15x0 device descriptor type. More...

Detailed Description

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.
 

Field Documentation

◆ ap

char atwinc15x0::ap[ETHERNET_ADDR_LEN]

BSSID of current AP.

Definition at line 88 of file atwinc15x0.h.

◆ bsp_irq_enabled

bool atwinc15x0::bsp_irq_enabled

Board support package interrupt enabled.

Definition at line 100 of file atwinc15x0.h.

◆ bsp_isr

tpfNmBspIsr atwinc15x0::bsp_isr

Board support package ISR

Definition at line 99 of file atwinc15x0.h.

◆ channel

uint8_t atwinc15x0::channel

Channel used for current AP.

Definition at line 92 of file atwinc15x0.h.

◆ netdev

netdev_t atwinc15x0::netdev

Pulls in the netdev fields.

Definition at line 85 of file atwinc15x0.h.

◆ params

atwinc15x0_params_t atwinc15x0::params

Device initialization parameters.

Definition at line 86 of file atwinc15x0.h.

◆ rssi

int8_t atwinc15x0::rssi

RSSI last measured by the WiFi module.

Definition at line 93 of file atwinc15x0.h.

◆ rx_buf

uint8_t* atwinc15x0::rx_buf

Incoming packet in receive buffer.

Definition at line 95 of file atwinc15x0.h.

◆ rx_len

uint16_t atwinc15x0::rx_len

Length of an incoming packet, if there is no packet in the buffer, it is 0.

Definition at line 96 of file atwinc15x0.h.

◆ ssid

char atwinc15x0::ssid[WIFI_SSID_LEN_MAX+1]

SSID of current AP.

Definition at line 90 of file atwinc15x0.h.

◆ state

atwinc15x0_state_t atwinc15x0::state

Device state.

Definition at line 87 of file atwinc15x0.h.


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