![]() |
S32 SDK
|
Data structure for the eDMA channel state. Implements : edma_chn_state_t_Class. More...
#include <edma_driver.h>
Data Fields | |
uint8_t | channel |
edma_callback_t | callback |
void * | parameter |
volatile edma_chn_status_t | status |
Data structure for the eDMA channel state. Implements : edma_chn_state_t_Class.
Definition at line 209 of file edma_driver.h.
edma_callback_t callback |
Callback function pointer for the eDMA channel. It will be called at the eDMA channel complete and eDMA channel error.
Definition at line 211 of file edma_driver.h.
uint8_t channel |
Virtual channel indicator.
Definition at line 210 of file edma_driver.h.
void* parameter |
Parameter for the callback function pointer.
Definition at line 214 of file edma_driver.h.
volatile edma_chn_status_t status |
eDMA channel status.
Definition at line 215 of file edma_driver.h.