/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dsi.c | 1257 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigVideoMode() 1288 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigVideoMode() 1289 hdsi->Instance->WCFGR |= ((VidCfg->ColorCoding) << 1U); in HAL_DSI_ConfigVideoMode() 1398 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1399 hdsi->Instance->WCFGR |= DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1414 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigAdaptedCommandMode() 1415 hdsi->Instance->WCFGR |= ((CmdCfg->ColorCoding) << 1U); in HAL_DSI_ConfigAdaptedCommandMode() 1422 hdsi->Instance->WCFGR &= ~(DSI_WCFGR_TESRC | DSI_WCFGR_TEPOL | DSI_WCFGR_AR | DSI_WCFGR_VSPOL); in HAL_DSI_ConfigAdaptedCommandMode() 1423 …hdsi->Instance->WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->Au… in HAL_DSI_ConfigAdaptedCommandMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dsi.c | 1118 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigVideoMode() 1149 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigVideoMode() 1150 hdsi->Instance->WCFGR |= ((VidCfg->ColorCoding) << 1U); in HAL_DSI_ConfigVideoMode() 1259 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1260 hdsi->Instance->WCFGR |= DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1275 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigAdaptedCommandMode() 1276 hdsi->Instance->WCFGR |= ((CmdCfg->ColorCoding) << 1U); in HAL_DSI_ConfigAdaptedCommandMode() 1283 hdsi->Instance->WCFGR &= ~(DSI_WCFGR_TESRC | DSI_WCFGR_TEPOL | DSI_WCFGR_AR | DSI_WCFGR_VSPOL); in HAL_DSI_ConfigAdaptedCommandMode() 1284 …hdsi->Instance->WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->Au… in HAL_DSI_ConfigAdaptedCommandMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dsi.c | 1118 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigVideoMode() 1149 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigVideoMode() 1150 hdsi->Instance->WCFGR |= ((VidCfg->ColorCoding) << 1U); in HAL_DSI_ConfigVideoMode() 1259 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1260 hdsi->Instance->WCFGR |= DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1275 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigAdaptedCommandMode() 1276 hdsi->Instance->WCFGR |= ((CmdCfg->ColorCoding) << 1U); in HAL_DSI_ConfigAdaptedCommandMode() 1283 hdsi->Instance->WCFGR &= ~(DSI_WCFGR_TESRC | DSI_WCFGR_TEPOL | DSI_WCFGR_AR | DSI_WCFGR_VSPOL); in HAL_DSI_ConfigAdaptedCommandMode() 1284 …hdsi->Instance->WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->Au… in HAL_DSI_ConfigAdaptedCommandMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dsi.c | 1118 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigVideoMode() 1149 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigVideoMode() 1150 hdsi->Instance->WCFGR |= ((VidCfg->ColorCoding) << 1U); in HAL_DSI_ConfigVideoMode() 1259 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1260 hdsi->Instance->WCFGR |= DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1275 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigAdaptedCommandMode() 1276 hdsi->Instance->WCFGR |= ((CmdCfg->ColorCoding) << 1U); in HAL_DSI_ConfigAdaptedCommandMode() 1283 hdsi->Instance->WCFGR &= ~(DSI_WCFGR_TESRC | DSI_WCFGR_TEPOL | DSI_WCFGR_AR | DSI_WCFGR_VSPOL); in HAL_DSI_ConfigAdaptedCommandMode() 1284 …hdsi->Instance->WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->Au… in HAL_DSI_ConfigAdaptedCommandMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dsi.c | 1118 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigVideoMode() 1149 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigVideoMode() 1150 hdsi->Instance->WCFGR |= ((VidCfg->ColorCoding) << 1U); in HAL_DSI_ConfigVideoMode() 1259 hdsi->Instance->WCFGR &= ~DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1260 hdsi->Instance->WCFGR |= DSI_WCFGR_DSIM; in HAL_DSI_ConfigAdaptedCommandMode() 1275 hdsi->Instance->WCFGR &= ~DSI_WCFGR_COLMUX; in HAL_DSI_ConfigAdaptedCommandMode() 1276 hdsi->Instance->WCFGR |= ((CmdCfg->ColorCoding) << 1U); in HAL_DSI_ConfigAdaptedCommandMode() 1283 hdsi->Instance->WCFGR &= ~(DSI_WCFGR_TESRC | DSI_WCFGR_TEPOL | DSI_WCFGR_AR | DSI_WCFGR_VSPOL); in HAL_DSI_ConfigAdaptedCommandMode() 1284 …hdsi->Instance->WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->Au… in HAL_DSI_ConfigAdaptedCommandMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f469xx.h | 473 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32f479xx.h | 474 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f779xx.h | 1427 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32f769xx.h | 1358 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l4r9xx.h | 580 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
D | stm32l4s9xx.h | 581 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h757xx.h | 775 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
D | stm32h747xg.h | 774 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
D | stm32h747xx.h | 774 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u599xx.h | 535 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
D | stm32u5f9xx.h | 537 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
D | stm32u5a9xx.h | 575 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
D | stm32u5g9xx.h | 577 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | stm32mp157axx_ca7.h | 1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32mp157axx_cm4.h | 978 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32mp157cxx_ca7.h | 1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32mp157cxx_cm4.h | 978 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32mp157dxx_ca7.h | 1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32mp157dxx_cm4.h | 978 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|
D | stm32mp157fxx_ca7.h | 1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
|