Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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_size * | read_tx_queue_size |
Read MAC TX queue size. | |
mac_read_mac_address * | read_mac_address |
Read MAC address. | |
mac_read_datarate * | read_datarate |
Read PHY datarate. | |
mac_change_channel * | change_channel |
Change channel. | |
mac_send_fhss_frame * | send_fhss_frame |
Send FHSS frame. | |
mac_synch_lost_notification * | synch_lost_notification |
Send notification when FHSS synchronization is lost. | |
mac_tx_poll * | tx_poll |
Poll TX queue. | |
mac_broadcast_notify * | broadcast_notify |
Broadcast channel notification from FHSS. | |
mac_read_coordinator_mac_address * | read_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 263 of file fhss_api.h.
Field Documentation
Broadcast channel notification from FHSS.
Definition at line 271 of file fhss_api.h.
Change channel.
Definition at line 267 of file fhss_api.h.
Read coordinator MAC address.
Definition at line 272 of file fhss_api.h.
Read PHY datarate.
Definition at line 266 of file fhss_api.h.
Read MAC address.
Definition at line 265 of file fhss_api.h.
Read MAC TX queue size.
Definition at line 264 of file fhss_api.h.
Send FHSS frame.
Definition at line 268 of file fhss_api.h.
Send notification when FHSS synchronization is lost.
Definition at line 269 of file fhss_api.h.
Poll TX queue.
Definition at line 270 of file fhss_api.h.
Generated on Tue Jul 12 2022 12:22:43 by
