Home
last modified time | relevance | path

Searched refs:u8ChSelect (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlppdma.c12 static uint8_t u8ChSelect[LPPDMA_CH_MAX]; variable
47 u8ChSelect[i] = LPPDMA_MEM; in LPPDMA_Open()
145 u8ChSelect[u32Ch] = u32Peripheral; in LPPDMA_SetTransferMode()
215 if(u8ChSelect[u32Ch] == LPPDMA_MEM) in LPPDMA_Trigger()
Dpdma.c12 static uint8_t u8ChSelect[PDMA_CH_MAX]; variable
47 u8ChSelect[i] = PDMA_MEM; in PDMA_Open()
220 u8ChSelect[u32Ch] = u32Peripheral; in PDMA_SetTransferMode()
391 if(u8ChSelect[u32Ch] == PDMA_MEM) in PDMA_Trigger()