edma_chn_state_t Struct Reference

Data structure for the eDMA channel state. Implements : edma_chn_state_t_Class. More...

#include <platform/drivers/inc/edma_driver.h>

Data Fields

uint8_t virtChn
 
edma_callback_t callback
 
void * parameter
 
volatile edma_chn_status_t status
 

Detailed Description

Data structure for the eDMA channel state. Implements : edma_chn_state_t_Class.

Definition at line 271 of file edma_driver.h.

Field Documentation

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 273 of file edma_driver.h.

void* parameter

Parameter for the callback function pointer.

Definition at line 276 of file edma_driver.h.

volatile edma_chn_status_t status

eDMA channel status.

Definition at line 277 of file edma_driver.h.

uint8_t virtChn

Virtual channel number.

Definition at line 272 of file edma_driver.h.


The documentation for this struct was generated from the following file: