Searched refs:DMA_CCR_PINC (Results 1 – 25 of 42) sorted by relevance
12
36 ccr |= DMA_CCR_PINC(init->PeriphAddrIncMode) in DMA_InitChannel()
55 DMA_PeripheralInc_Enable = DMA_CCR_PINC // 0x00000040U
76 …(DMA_CCR_DIR | DMA_CCR_CIRC | DMA_CCR_PINC | DMA_CCR_MINC | DMA_CCR_PSIZE | DMA_CCR_MSIZE | DMA_CC… in DMA_Init()
271 #define LL_DMA_PERIPH_INCREMENT DMA_CCR_PINC /*!< Peripheral increment mode En…567 …DMA_CCR_DIR | DMA_CCR_MEM2MEM | DMA_CCR_CIRC | DMA_CCR_PINC | DMA_CCR_MINC | DMA_CCR_PSIZE | DMA_C… in LL_DMA_ConfigTransfer()686 …nnel_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel - 1U])))->CCR, DMA_CCR_PINC, in LL_DMA_SetPeriphIncMode()709 DMA_CCR_PINC)); in LL_DMA_GetPeriphIncMode()
174 #define DMA_PINC_ENABLE DMA_CCR_PINC /*!< Peripheral increment mode Enable */
258 #define DMA_CCR_PINC (0x01U << DMA_CCR_PINC_Pos) ///< Peripheral inc… macro
373 #define DMA_CCR1_PINC DMA_CCR_PINC
192 DMA_CCR_MINC | DMA_CCR_PINC | DMA_CCR_CIRC | in HAL_DMA_Init()
106 #define DMA_PeripheralInc_Enable DMA_CCR_PINC
1192 #define DMA_CCR_PINC ((uint32_t)0x00000040) /*!< Peripheral incremen… macro
1230 #define DMA_CCR_PINC ((uint32_t)0x00000040) /*!< Peripheral incremen… macro
1269 #define DMA_CCR_PINC ((uint32_t)0x00000040) /*!< Peripheral incremen… macro
1272 #define DMA_CCR_PINC ((uint32_t)0x00000040) /*!< Peripheral incremen… macro
1271 #define DMA_CCR_PINC ((uint32_t)0x00000040) /*!< Peripheral incremen… macro
1440 #define DMA_CCR_PINC ((uint32_t)0x00000040) /*!< Peripheral incremen… macro
1154 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
1132 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
1200 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
2010 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
2013 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
2011 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
2014 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
2028 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
2016 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral incr… macro
Completed in 1019 milliseconds