RTEMS
5.0.0
|
#include <dac_dma.h>
Data Fields | |
Dacc * | pDacHw |
DacCmd * | pCurrentCommand |
sXdmad * | pXdmad |
uint8_t | dacId |
volatile int8_t | semaphore |
Constant structure associated with DAC port. This structure prevents client applications to have access in the same time.
uint8_t DacDma::dacId |
DACC Id as defined in the product datasheet
DacCmd* DacDma::pCurrentCommand |
Current SpiCommand being processed
Dacc* DacDma::pDacHw |
Pointer to DAC Hardware registers
sXdmad* DacDma::pXdmad |
Pointer to DMA driver
volatile int8_t DacDma::semaphore |
Mutual exclusion semaphore.