104 #define AFE_ERROR_LOCK 2 uint32_t * pRxBuff
Definition: afe_dma.h:73
uint8_t afeId
Definition: afe_dma.h:93
Afec * pAfeHw
Definition: afe_dma.h:87
void * pArgument
Definition: afe_dma.h:79
volatile int8_t semaphore
Definition: afe_dma.h:95
void(* AfeCallback)(uint8_t, void *)
Definition: afe_dma.h:64
Spi Transfer Request prepared by the application upper layer.
Definition: afe_dma.h:71
AfeCmd * pCurrentCommand
Definition: afe_dma.h:89
sXdmad * pXdmad
Definition: afe_dma.h:91
AfeCallback callback
Definition: afe_dma.h:77
Afec hardware registers.
Definition: component_afec.h:41
uint32_t Afe_ConfigureDma(AfeDma *pAfed, Afec *pAfeHw, uint8_t AfeId, sXdmad *pXdmad)
Initializes the AfeDma structure and the corresponding AFE & DMA . hardware select value...
Definition: afe_dma.c:198
uint32_t Afe_SendData(AfeDma *pAfed, AfeCmd *pCommand)
Starts a AFE transfer. This is a non blocking function. It will return as soon as the transfer is sta...
Definition: afe_dma.c:223
uint16_t RxSize
Definition: afe_dma.h:75