Searched refs:m_pvBase (Results 1 – 4 of 4) sorted by relevance
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_sys.h | 11 void *m_pvBase; member
|
| A D | drv_pdma.c | 109 .m_pvBase = (void *)PDMA0, 115 .m_pvBase = (void *)PDMA1, 268 PDMA_T *psPDMA = (PDMA_T *)nu_pdma_arr[i].m_pvBase; in nu_pdma_init()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_pdma.c | 127 .m_pvBase = (void *)PDMA0, 135 .m_pvBase = (void *)PDMA1, 143 .m_pvBase = (void *)PDMA2, 151 .m_pvBase = (void *)PDMA3, 290 PDMA_Open((PDMA_T *)nu_pdma_arr[i].m_pvBase, PDMA_CH_Msk); in nu_pdma_init() 292 PDMA_Close((PDMA_T *)nu_pdma_arr[i].m_pvBase); in nu_pdma_init() 295 …rt_hw_interrupt_install(nu_pdma_arr[i].eIRQn, nu_pdma_isr, nu_pdma_arr[i].m_pvBase, nu_pdma_arr[i]… in nu_pdma_init()
|
| A D | drv_sys.h | 18 void *m_pvBase; member
|
Completed in 18 milliseconds