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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
fhss_platform_tuning_params_s Struct Reference
FHSS tuning parameters. More...
#include <net_fhss.h>
Data Fields | |
uint32_t | synch_tx_processing_time |
Processing delay between synch info written and TX start. | |
uint32_t | synch_rx_processing_time |
Processing delay between TX done and synch info read. | |
uint32_t | data_tx_processing_time |
Processing delay between data pushed to driver and transmission started. | |
uint32_t | data_rx_processing_time |
Processing delay between TX done and Ack TX start. |
Detailed Description
FHSS tuning parameters.
Definition at line 66 of file net_fhss.h.
Field Documentation
uint32_t data_rx_processing_time |
Processing delay between TX done and Ack TX start.
Definition at line 75 of file net_fhss.h.
uint32_t data_tx_processing_time |
Processing delay between data pushed to driver and transmission started.
Definition at line 73 of file net_fhss.h.
uint32_t synch_rx_processing_time |
Processing delay between TX done and synch info read.
Definition at line 71 of file net_fhss.h.
uint32_t synch_tx_processing_time |
Processing delay between synch info written and TX start.
Definition at line 69 of file net_fhss.h.
Generated on Tue Jul 12 2022 11:02:13 by
