Home
last modified time | relevance | path

Searched refs:WCFGR (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1257 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/
Dstm32h7xx_hal_dsi.c1118 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/
Dstm32f4xx_hal_dsi.c1118 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/
Dstm32f7xx_hal_dsi.c1118 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/
Dstm32l4xx_hal_dsi.c1118 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/
Dstm32f469xx.h473 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32f479xx.h474 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f779xx.h1427 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32f769xx.h1358 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l4r9xx.h580 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
Dstm32l4s9xx.h581 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h757xx.h775 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
Dstm32h747xg.h774 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
Dstm32h747xx.h774 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u599xx.h535 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
Dstm32u5f9xx.h537 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
Dstm32u5a9xx.h575 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
Dstm32u5g9xx.h577 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addr… member
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp157axx_ca7.h1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32mp157axx_cm4.h978 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32mp157cxx_ca7.h1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32mp157cxx_cm4.h978 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32mp157dxx_ca7.h1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32mp157dxx_cm4.h978 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member
Dstm32mp157fxx_ca7.h1012 …__IO uint32_t WCFGR; /*!< DSI Wrapper Configuration Register, Addre… member

12