Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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_read_timestampread_timestamp
 Read timestamp.
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 293 of file fhss_api.h.


Field Documentation

Broadcast channel notification from FHSS.

Definition at line 302 of file fhss_api.h.

Change channel.

Definition at line 298 of file fhss_api.h.

Read coordinator MAC address.

Definition at line 303 of file fhss_api.h.

Read PHY datarate.

Definition at line 296 of file fhss_api.h.

Read MAC address.

Definition at line 295 of file fhss_api.h.

Read information element for a specific MAC address.

Definition at line 304 of file fhss_api.h.

Read timestamp.

Definition at line 297 of file fhss_api.h.

Read MAC TX queue size.

Definition at line 294 of file fhss_api.h.

Send FHSS frame.

Definition at line 299 of file fhss_api.h.

Send notification when FHSS synchronization is lost.

Definition at line 300 of file fhss_api.h.

Poll TX queue.

Definition at line 301 of file fhss_api.h.