Searched refs:u32BurstType (Results 1 – 8 of 8) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lppdma.c | 197 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()
|
| D | pdma.c | 308 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/ |
| D | pdma.c | 325 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/ |
| D | pdma.c | 350 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/ |
| D | lppdma.h | 301 void LPPDMA_SetBurstType(LPPDMA_T * lppdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32Burst…
|
| D | pdma.h | 389 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize);
|
| /hal_nuvoton-latest/m48x/StdDriver/inc/ |
| D | pdma.h | 368 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize);
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | pdma.h | 424 void PDMA_SetBurstType(PDMA_T * pdma,uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize);
|