![]() |
RTEMS 6.1
|
#include <afe_dma.h>
Data Fields | |
| Afec * | pAfeHw |
| AfeCmd * | pCurrentCommand |
| sXdmad * | pXdmad |
| uint8_t | afeId |
| volatile int8_t | semaphore |
Constant structure associated with AFE port. This structure prevents client applications to have access in the same time.
| uint8_t AfeDma::afeId |
AFEC Id as defined in the product datasheet
| Afec* AfeDma::pAfeHw |
Pointer to AFE Hardware registers
| AfeCmd* AfeDma::pCurrentCommand |
Current SpiCommand being processed
| sXdmad* AfeDma::pXdmad |
Pointer to DMA driver
| volatile int8_t AfeDma::semaphore |
Mutual exclusion semaphore.