![]() |
![]() |
Fftc_RxGlobalInfo. More...
#include <fftc_pvt.h>
Data Fields | |
uint8_t | bIsValid |
uint8_t | Id |
uint32_t | cppiRxQNum |
uint32_t | cppiFlowId |
Fftc_RxGlobalInfo.
Data structure to hold the globally accessible info related to a Rx object.
Used to hold the pending requests and results info for all the Rx objects created using the driver.
* Used by FFTC driver internally for book-keeping purposes *
uint8_t _Fftc_RxGlobalInfo::bIsValid |
Boolean flag to track the validity of this entry
uint32_t _Fftc_RxGlobalInfo::cppiFlowId |
CPPI flow Id corresponding to this Rx object
uint32_t _Fftc_RxGlobalInfo::cppiRxQNum |
Destination/Rx Queue Number where the FFTC result for this Rx object will be output to by the hardware.
uint8_t _Fftc_RxGlobalInfo::Id |
Rx object identifier.
Used to identify a Rx object uniquely in the global Rx object database.