Home
last modified time | relevance | path

Searched refs:u32BurstType (Results 1 – 8 of 8) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlppdma.c197 void LPPDMA_SetBurstType(LPPDMA_T * lppdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32Burst… in LPPDMA_SetBurstType() argument
200 lppdma->LPDSCT[u32Ch].CTL |= (u32BurstType | u32BurstSize); in LPPDMA_SetBurstType()
Dpdma.c308 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize) in PDMA_SetBurstType() argument
311 pdma->DSCT[u32Ch].CTL |= (u32BurstType | u32BurstSize); in PDMA_SetBurstType()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dpdma.c325 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize) in PDMA_SetBurstType() argument
328 pdma->DSCT[u32Ch].CTL |= (u32BurstType | u32BurstSize); in PDMA_SetBurstType()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dpdma.c350 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize) in PDMA_SetBurstType() argument
353 (pdma)->DSCT[u32Ch].CTL |= (u32BurstType | u32BurstSize); in PDMA_SetBurstType()
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlppdma.h301 void LPPDMA_SetBurstType(LPPDMA_T * lppdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32Burst…
Dpdma.h389 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize);
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dpdma.h368 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dpdma.h424 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize);