Rtos API example

Embed: (wiki syntax)

« Back to documentation index

fhss_tuning_parameter Struct Reference

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 32 of file fhss_config.h.


Field Documentation

Delay between TX done (by transmitter) and Ack transmission started (by receiver)

Definition at line 41 of file fhss_config.h.

Delay between TX done (by transmitter) and received data pushed to MAC (by receiver).

Definition at line 38 of file fhss_config.h.

Delay between data pushed to PHY TX function and TX started (Contains CSMA-CA maximum random period).

Definition at line 35 of file fhss_config.h.