Searched refs:Chip_DMA_SetTranBits (Results 1 – 2 of 2) sorted by relevance
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | dma_15xx.c | 71 void Chip_DMA_SetTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask) in Chip_DMA_SetTranBits() function 98 Chip_DMA_SetTranBits(pDMA, ch, DMA_XFERCFG_XFERCOUNT(trans)); in Chip_DMA_SetupChannelTransferSize()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | dma_15xx.h | 607 void Chip_DMA_SetTranBits(LPC_DMA_T *pDMA, DMA_CHID_T ch, uint32_t mask); 637 Chip_DMA_SetTranBits(pDMA, ch, DMA_XFERCFG_CFGVALID); in Chip_DMA_SetChannelValid() 659 Chip_DMA_SetTranBits(pDMA, ch, DMA_XFERCFG_SWTRIG); in Chip_DMA_SWTriggerChannel()
|
Completed in 4 milliseconds