![]() |
![]() |
Fftc_CyclicPrefixRegCfg. More...
#include <fftc_lld.h>
Data Fields | |
uint8_t | bCyclicPrefixAddEnable |
uint32_t | cyclicPrefixAddNum |
uint8_t | bCyclicPrefixRemoveEnable |
uint32_t | cyclicPrefixRemoveNum |
Fftc_CyclicPrefixRegCfg.
Structure to specify/hold the FFTC Queue X Cyclic Prefix Register configuration info for a given FFTC queue.
Boolean Flag, set to 1 to enable Cyclic Prefix addition. Useful when sending data to antenna interface (AIF) directly.
Boolean Flag, set to 1 to program FFTC to ignore samples in the beginning of a packet data sent to FFTC. Useful when receiving data from Antenna Interface (AIF).
Corresponds to 'cyclic_prefix_remove_en' bit field of the FFTC Queue X Cyclic Prefix Register.
Number of samples to use for cyclic prefix addition.
Corresponds to 'cyclic_prefix_addition' bit field of the FFTC Queue X Cyclic Prefix Register.
If cyclic prefix needs to be added to more than one block of the packet, then this value MUST be a multiple of 4.
Number of samples to ignore when Cyclic Prefix removal is enabled.
Corresponds to 'cyclic_prefix_remove_offset' bit field of the FFTC Queue X Cyclic Prefix Register.