Home
last modified time | relevance | path

Searched defs:DMA_FLAG_ADD (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_dma.h148 #define DMA_FLAG_ADD(flag,shift) ((flag) << ((uint32_t)(shift) * 4U)) /*!< DMA … macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_dma.h149 #define DMA_FLAG_ADD(flag, shift) ((flag) << ((shift) * 4U)) /*!< DM… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_dma.h149 #define DMA_FLAG_ADD(flag, shift) ((flag) << ((shift) * 4U)) /*!< DM… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_dma.h148 #define DMA_FLAG_ADD(flag, shift) ((flag) << ((shift) * 4U)) /*!< DM… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_dma.h142 #define DMA_FLAG_ADD(flag, shift) ((flag) << ((shift) * 4U)) /*!< DM… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_dma.h227 #define DMA_FLAG_ADD(flag,channel) ((uint32_t)((flag)<<((((uint32_t)(channel)*6U))+((uint32_… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_dma.h314 #define DMA_FLAG_ADD(flag,shift) ((flag) << ((uint32_t)(shift) * 4U)) … macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_dma.h371 #define DMA_FLAG_ADD(flag, shift) ((uint32_t)flag << ((uint32_t)(shift) * 4U)) /*!< DMA… macro