Home
last modified time | relevance | path

Searched refs:DMA_DIR_PERIPH_DST (Results 1 – 8 of 8) sorted by relevance

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_dma.h113 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
115 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_dma.h113 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
115 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_dma.h113 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
115 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_dma.h115 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
117 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_dma.h115 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
117 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_dma.h115 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
117 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_dma.h115 #define DMA_DIR_PERIPH_DST ((uint32_t)0x00000010) macro
117 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PERIPH_DST) || ((DIR) == DMA_DIR_PERIPH_SRC))
/bsp/n32/libraries/n32_drivers/
A Ddrv_usart_v2.c1583 DMA_Handle->Init.Direction = DMA_DIR_PERIPH_DST; in n32_uart_dma_config()

Completed in 32 milliseconds