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_tuning_parameter Struct Reference
Struct fhss_tuning_parameter defines FHSS tuning parameters. More...
#include <fhss_config.h>
Data Fields | |
uint32_t | tx_processing_delay |
Delay between data pushed to PHY TX function and TX started (Contains CSMA-CA maximum random period). | |
uint32_t | rx_processing_delay |
Delay between TX done (by transmitter) and received data pushed to MAC (by receiver). | |
uint32_t | ack_processing_delay |
Delay between TX done (by transmitter) and Ack transmission started (by receiver) |
Detailed Description
Struct fhss_tuning_parameter defines FHSS tuning parameters.
All delays are given in microseconds.
Definition at line 35 of file fhss_config.h.
Field Documentation
uint32_t ack_processing_delay |
Delay between TX done (by transmitter) and Ack transmission started (by receiver)
Definition at line 44 of file fhss_config.h.
uint32_t rx_processing_delay |
Delay between TX done (by transmitter) and received data pushed to MAC (by receiver).
Definition at line 41 of file fhss_config.h.
uint32_t tx_processing_delay |
Delay between data pushed to PHY TX function and TX started (Contains CSMA-CA maximum random period).
Definition at line 38 of file fhss_config.h.
Generated on Tue Jul 12 2022 13:32:50 by
