takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

fhss_callback Struct Reference

fhss_callback Struct Reference

Struct fhss_callback defines functions that software MAC needs to implement. More...

#include <fhss_api.h>

Data Fields

mac_read_tx_queue_sizeread_tx_queue_size
 Read MAC TX queue size.
mac_read_mac_addressread_mac_address
 Read MAC address.
mac_read_datarateread_datarate
 Read PHY datarate.
mac_change_channelchange_channel
 Change channel.
mac_send_fhss_framesend_fhss_frame
 Send FHSS frame.
mac_synch_lost_notificationsynch_lost_notification
 Send notification when FHSS synchronization is lost.
mac_tx_polltx_poll
 Poll TX queue.
mac_broadcast_notifybroadcast_notify
 Broadcast channel notification from FHSS.
mac_read_coordinator_mac_addressread_coord_mac_address
 Read coordinator MAC address.
mac_read_synch_inforead_synch_info
 Read information element for a specific MAC address.

Detailed Description

Struct fhss_callback defines functions that software MAC needs to implement.

Function pointers are passed to FHSS using fhss_init_callbacks function.

Definition at line 286 of file fhss_api.h.


Field Documentation

Broadcast channel notification from FHSS.

Definition at line 294 of file fhss_api.h.

Change channel.

Definition at line 290 of file fhss_api.h.

Read coordinator MAC address.

Definition at line 295 of file fhss_api.h.

Read PHY datarate.

Definition at line 289 of file fhss_api.h.

Read MAC address.

Definition at line 288 of file fhss_api.h.

Read information element for a specific MAC address.

Definition at line 296 of file fhss_api.h.

Read MAC TX queue size.

Definition at line 287 of file fhss_api.h.

Send FHSS frame.

Definition at line 291 of file fhss_api.h.

Send notification when FHSS synchronization is lost.

Definition at line 292 of file fhss_api.h.

Poll TX queue.

Definition at line 293 of file fhss_api.h.