Home
last modified time | relevance | path

Searched refs:DMA2D_OPFCCR_RBS (Results 1 – 25 of 73) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma2d.h731 MODIFY_REG(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS, RBSwapMode); in LL_DMA2D_SetOutputRBSwapMode()
744 return (uint32_t)(READ_BIT(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS)); in LL_DMA2D_GetOutputRBSwapMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma2d.h690 MODIFY_REG(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS, RBSwapMode); in LL_DMA2D_SetOutputRBSwapMode()
703 return (uint32_t)(READ_BIT(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS)); in LL_DMA2D_GetOutputRBSwapMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma2d.h731 MODIFY_REG(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS, RBSwapMode); in LL_DMA2D_SetOutputRBSwapMode()
744 return (uint32_t)(READ_BIT(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS)); in LL_DMA2D_GetOutputRBSwapMode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dma2d.h732 MODIFY_REG(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS, RBSwapMode); in LL_DMA2D_SetOutputRBSwapMode()
745 return (uint32_t)(READ_BIT(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS)); in LL_DMA2D_GetOutputRBSwapMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma2d.h731 MODIFY_REG(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS, RBSwapMode); in LL_DMA2D_SetOutputRBSwapMode()
744 return (uint32_t)(READ_BIT(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS)); in LL_DMA2D_GetOutputRBSwapMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma2d.h737 MODIFY_REG(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS, RBSwapMode); in LL_DMA2D_SetOutputRBSwapMode()
750 return (uint32_t)(READ_BIT(DMA2Dx->OPFCCR, DMA2D_OPFCCR_RBS)); in LL_DMA2D_GetOutputRBSwapMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dma2d.c207 regMask |= (DMA2D_OPFCCR_RBS | DMA2D_OPFCCR_AI); in LL_DMA2D_Init()
Dstm32f7xx_hal_dma2d.c293 MODIFY_REG(hdma2d->Instance->OPFCCR, (DMA2D_OPFCCR_AI | DMA2D_OPFCCR_RBS), in HAL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma2d.c216 regMask |= (DMA2D_OPFCCR_RBS | DMA2D_OPFCCR_AI); in LL_DMA2D_Init()
Dstm32n6xx_hal_dma2d.c293 MODIFY_REG(hdma2d->Instance->OPFCCR, (DMA2D_OPFCCR_AI | DMA2D_OPFCCR_RBS), in HAL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma2d.c216 regMask |= (DMA2D_OPFCCR_RBS | DMA2D_OPFCCR_AI); in LL_DMA2D_Init()
Dstm32h7xx_hal_dma2d.c293 MODIFY_REG(hdma2d->Instance->OPFCCR, (DMA2D_OPFCCR_AI | DMA2D_OPFCCR_RBS), in HAL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dma2d.c234 regMask |= (DMA2D_OPFCCR_RBS | DMA2D_OPFCCR_AI); in LL_DMA2D_Init()
Dstm32l4xx_hal_dma2d.c305 MODIFY_REG(hdma2d->Instance->OPFCCR, (DMA2D_OPFCCR_AI | DMA2D_OPFCCR_RBS), in HAL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma2d.c216 regMask |= (DMA2D_OPFCCR_RBS | DMA2D_OPFCCR_AI); in LL_DMA2D_Init()
Dstm32h7rsxx_hal_dma2d.c293 MODIFY_REG(hdma2d->Instance->OPFCCR, (DMA2D_OPFCCR_AI | DMA2D_OPFCCR_RBS), in HAL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma2d.c218 regMask |= (DMA2D_OPFCCR_RBS | DMA2D_OPFCCR_AI); in LL_DMA2D_Init()
Dstm32u5xx_hal_dma2d.c293 MODIFY_REG(hdma2d->Instance->OPFCCR, (DMA2D_OPFCCR_AI | DMA2D_OPFCCR_RBS), in HAL_DMA2D_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f765xx.h7065 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Output Red Blue… macro
Dstm32f777xx.h7347 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Output Red Blue… macro
Dstm32f767xx.h7159 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Output Red Blue… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l4a6xx.h7964 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Red Blue Swap */ macro
Dstm32l496xx.h7719 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Red Blue Swap */ macro
Dstm32l4r5xx.h7854 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Red Blue Swap */ macro
Dstm32l4r7xx.h7940 #define DMA2D_OPFCCR_RBS DMA2D_OPFCCR_RBS_Msk /*!< Red Blue Swap */ macro

123