Home
last modified time | relevance | path

Searched refs:DMA_CHID_T (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddma_15xx.h122 } DMA_CHID_T; typedef
257 STATIC INLINE void Chip_DMA_EnableChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_EnableChannel()
268 STATIC INLINE void Chip_DMA_DisableChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_DisableChannel()
348 STATIC INLINE void Chip_DMA_EnableIntChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_EnableIntChannel()
359 STATIC INLINE void Chip_DMA_DisableIntChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_DisableIntChannel()
437 STATIC INLINE void Chip_DMA_SetValidChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_SetValidChannel()
449 STATIC INLINE void Chip_DMA_SetTrigChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_SetTrigChannel()
465 STATIC INLINE void Chip_DMA_AbortChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch) in Chip_DMA_AbortChannel()
607 void Chip_DMA_SetTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask);
618 void Chip_DMA_ClearTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask);
[all …]
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Ddma_15xx.c71 void Chip_DMA_SetTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask) in Chip_DMA_SetTranBits()
83 void Chip_DMA_ClearTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask) in Chip_DMA_ClearTranBits()
95 void Chip_DMA_SetupChannelTransferSize(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t trans) in Chip_DMA_SetupChannelTransferSize()
102 bool Chip_DMA_SetupTranChannel(LPC_DMA_T *pDMA, DMA_CHID_T ch, DMA_CHDESC_T *desc) in Chip_DMA_SetupTranChannel()
/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c248 static void dmaClearChannel(DMA_CHID_T ch) { in dmaClearChannel()

Completed in 7 milliseconds