Home
last modified time | relevance | path

Searched refs:WCR (Results 1 – 25 of 31) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h978 … SET_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
980 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
991 … CLEAR_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
993 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h978 … SET_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
980 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
991 … CLEAR_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
993 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h1063 … SET_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
1065 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
1076 … CLEAR_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
1078 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dsi.h978 … SET_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
980 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
991 … CLEAR_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
993 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dsi.h978 … SET_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
980 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
991 … CLEAR_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
993 … tmpreg = READ_BIT((__HANDLE__)->Instance->WCR, DSI_WCR_DSIEN);\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1698 hdsi->Instance->WCR |= DSI_WCR_LTDCEN; in HAL_DSI_Refresh()
1723 hdsi->Instance->WCR &= ~DSI_WCR_COLM; in HAL_DSI_ColorMode()
1724 hdsi->Instance->WCR |= ColorMode; in HAL_DSI_ColorMode()
1749 hdsi->Instance->WCR &= ~DSI_WCR_SHTDN; in HAL_DSI_Shutdown()
1750 hdsi->Instance->WCR |= Shutdown; in HAL_DSI_Shutdown()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1553 hdsi->Instance->WCR |= DSI_WCR_LTDCEN; in HAL_DSI_Refresh()
1578 hdsi->Instance->WCR &= ~DSI_WCR_COLM; in HAL_DSI_ColorMode()
1579 hdsi->Instance->WCR |= ColorMode; in HAL_DSI_ColorMode()
1604 hdsi->Instance->WCR &= ~DSI_WCR_SHTDN; in HAL_DSI_Shutdown()
1605 hdsi->Instance->WCR |= Shutdown; in HAL_DSI_Shutdown()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1553 hdsi->Instance->WCR |= DSI_WCR_LTDCEN; in HAL_DSI_Refresh()
1578 hdsi->Instance->WCR &= ~DSI_WCR_COLM; in HAL_DSI_ColorMode()
1579 hdsi->Instance->WCR |= ColorMode; in HAL_DSI_ColorMode()
1604 hdsi->Instance->WCR &= ~DSI_WCR_SHTDN; in HAL_DSI_Shutdown()
1605 hdsi->Instance->WCR |= Shutdown; in HAL_DSI_Shutdown()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1553 hdsi->Instance->WCR |= DSI_WCR_LTDCEN; in HAL_DSI_Refresh()
1578 hdsi->Instance->WCR &= ~DSI_WCR_COLM; in HAL_DSI_ColorMode()
1579 hdsi->Instance->WCR |= ColorMode; in HAL_DSI_ColorMode()
1604 hdsi->Instance->WCR &= ~DSI_WCR_SHTDN; in HAL_DSI_Shutdown()
1605 hdsi->Instance->WCR |= Shutdown; in HAL_DSI_Shutdown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1553 hdsi->Instance->WCR |= DSI_WCR_LTDCEN; in HAL_DSI_Refresh()
1578 hdsi->Instance->WCR &= ~DSI_WCR_COLM; in HAL_DSI_ColorMode()
1579 hdsi->Instance->WCR |= ColorMode; in HAL_DSI_ColorMode()
1604 hdsi->Instance->WCR &= ~DSI_WCR_SHTDN; in HAL_DSI_Shutdown()
1605 hdsi->Instance->WCR |= Shutdown; in HAL_DSI_Shutdown()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f469xx.h474 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
Dstm32f479xx.h475 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f779xx.h1428 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
Dstm32f769xx.h1359 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l4r9xx.h581 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
Dstm32l4s9xx.h582 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h757xx.h776 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
Dstm32h747xg.h775 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
Dstm32h747xx.h775 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u599xx.h536 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
Dstm32u5f9xx.h538 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
Dstm32u5a9xx.h576 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
Dstm32u5g9xx.h578 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp157axx_ca7.h1013 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
Dstm32mp157axx_cm4.h979 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member

12