joey shelton / LED_Demo2

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

Embed: (wiki syntax)

« Back to documentation index

fhss_platform_tuning_params_s Struct Reference

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

Processing delay between TX done and Ack TX start.

Definition at line 75 of file net_fhss.h.

Processing delay between data pushed to driver and transmission started.

Definition at line 73 of file net_fhss.h.

Processing delay between TX done and synch info read.

Definition at line 71 of file net_fhss.h.

Processing delay between synch info written and TX start.

Definition at line 69 of file net_fhss.h.