Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/mi/
Ddma.h577 void MIi_DmaSend32Async(u32 dmaNo, const void *src, volatile void *dest, u32 size, MIDmaCallback…
580 MIi_DmaSend32Async(dmaNo, src, dest, size, callback, arg, TRUE); in MI_DmaSend32Async()
584 MIi_DmaSend32Async(dmaNo, src, dest, size, callback, arg, FALSE); in MI_DmaSend32Async_SetUp()
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma.c717 void MIi_DmaSend32Async(u32 dmaNo, const void *src, volatile void *dest, u32 size, MIDmaCallback ca… in MIi_DmaSend32Async() function