Home
last modified time | relevance | path

Searched refs:IS_DMA_CHANNEL (Results 1 – 10 of 10) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_dma.c32 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_DeInit()
129 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_Init()
345 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_Cmd()
391 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_StopTransmit()
416 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_GetFrameLenTransferred()
436 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_GetPackLenTransferred()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_dma.c32 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_DeInit()
160 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_Init()
376 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_Cmd()
422 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_StopTransmit()
447 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_GetFrameLenTransferred()
467 assert_parameters(IS_DMA_CHANNEL(Channel)); in DMA_GetPackLenTransferred()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_dma.c77 assert_param(IS_DMA_CHANNEL(config->channel)); in ald_dma_config_base()
322 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_channel_config()
357 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_interrupt_config()
383 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_get_it_status()
406 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_get_flag_status()
426 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_clear_flag_status()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_dma.c127 assert_param(IS_DMA_CHANNEL(p->channel)); in dma_config_base()
641 assert_param(IS_DMA_CHANNEL(config->channel)); in ald_dma_config_ping_pong()
723 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_config_sg_mem()
782 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_config_sg_per()
863 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_channel_config()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_dma.c128 assert_param(IS_DMA_CHANNEL(p->channel)); in dma_config_base()
660 assert_param(IS_DMA_CHANNEL(config->channel)); in ald_dma_config_ping_pong()
742 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_config_sg_mem()
801 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_config_sg_per()
882 assert_param(IS_DMA_CHANNEL(channel)); in ald_dma_channel_config()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_dma.h284 #define IS_DMA_CHANNEL(x) ((x) <= ALD_DMA_CH_6) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_dma.h234 #define IS_DMA_CHANNEL(__CH__) (((__CH__) == DMA_CHANNEL_0) ||\ macro
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_dma.h139 #define IS_DMA_CHANNEL(__CH__) (((__CH__) == DMA_CHANNEL_0) ||\ macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_dma.h367 #define IS_DMA_CHANNEL(x) ((x) <= 11) macro
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_dma.h357 #define IS_DMA_CHANNEL(x) ((x) <= 5) macro

Completed in 47 milliseconds