![]() |
RTEMS 6.1
|
Dac Transfer Request prepared by the application upper layer. More...
#include <dac_dma.h>
Data Fields | |
| uint8_t * | pTxBuff |
| uint16_t | TxSize |
| uint16_t | loopback |
| uint8_t | dacChannel |
| DacCallback | callback |
| void * | pArgument |
Dac Transfer Request prepared by the application upper layer.
This structure is sent to the DAC_SendCommand function to start the transfer. At the end of the transfer, the callback is invoked by the interrupt handler.
| DacCallback DacCmd::callback |
Callback function invoked at the end of transfer.
| uint8_t DacCmd::dacChannel |
DACC channel
| uint16_t DacCmd::loopback |
Tx loop back.
| void* DacCmd::pArgument |
Callback arguments.
| uint8_t* DacCmd::pTxBuff |
Pointer to the Tx data.
| uint16_t DacCmd::TxSize |
Tx size in bytes.