Home
last modified time | relevance | path

Searched refs:IS_DMA_CLR_INT (Results 1 – 14 of 14) sorted by relevance

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_dma.c577 assert_param(IS_DMA_CLR_INT(DMA_IT)); in DMA_ClrIntPendingBit()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_dma.c577 assert_param(IS_DMA_CLR_INT(DMA_IT)); in DMA_ClrIntPendingBit()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_dma.c577 assert_param(IS_DMA_CLR_INT(DMA_IT)); in DMA_ClrIntPendingBit()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_dma.c766 assert_param(IS_DMA_CLR_INT(DMAy_IT)); in DMA_ClrIntPendingBit()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_dma.c766 assert_param(IS_DMA_CLR_INT(DMAy_IT)); in DMA_ClrIntPendingBit()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_dma.c766 assert_param(IS_DMA_CLR_INT(DMAy_IT)); in DMA_ClrIntPendingBit()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_dma.c766 assert_param(IS_DMA_CLR_INT(DMAy_IT)); in DMA_ClrIntPendingBit()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_dma.h251 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_dma.h251 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_dma.h251 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_dma.h285 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_dma.h285 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_dma.h285 #define IS_DMA_CLR_INT(IT) ((IT) != 0x00) macro
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_dma.h285 #define IS_DMA_CLR_INT(IT) (((((IT)&0xF0000000) == 0x00) || (((IT)&0xEFF00000) == 0x00)) && ((IT) !… macro

Completed in 26 milliseconds