Rtos API example

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.

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 259 of file fhss_api.h.


Field Documentation

Broadcast channel notification from FHSS.

Definition at line 267 of file fhss_api.h.

Change channel.

Definition at line 263 of file fhss_api.h.

Read coordinator MAC address.

Definition at line 268 of file fhss_api.h.

Read PHY datarate.

Definition at line 262 of file fhss_api.h.

Read MAC address.

Definition at line 261 of file fhss_api.h.

Read MAC TX queue size.

Definition at line 260 of file fhss_api.h.

Send FHSS frame.

Definition at line 264 of file fhss_api.h.

Send notification when FHSS synchronization is lost.

Definition at line 265 of file fhss_api.h.

Poll TX queue.

Definition at line 266 of file fhss_api.h.