/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dsi.h | 978 … 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/ |
D | stm32f7xx_hal_dsi.h | 978 … 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/ |
D | stm32u5xx_hal_dsi.h | 1063 … 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/ |
D | stm32f4xx_hal_dsi.h | 978 … 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/ |
D | stm32l4xx_hal_dsi.h | 978 … 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/ |
D | stm32u5xx_hal_dsi.c | 1698 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/ |
D | stm32h7xx_hal_dsi.c | 1553 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/ |
D | stm32f4xx_hal_dsi.c | 1553 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/ |
D | stm32f7xx_hal_dsi.c | 1553 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/ |
D | stm32l4xx_hal_dsi.c | 1553 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/ |
D | stm32f469xx.h | 474 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
|
D | stm32f479xx.h | 475 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f779xx.h | 1428 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
|
D | stm32f769xx.h | 1359 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l4r9xx.h | 581 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
D | stm32l4s9xx.h | 582 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h757xx.h | 776 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
D | stm32h747xg.h | 775 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
D | stm32h747xx.h | 775 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u599xx.h | 536 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
D | stm32u5f9xx.h | 538 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
D | stm32u5a9xx.h | 576 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
D | stm32u5g9xx.h | 578 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | stm32mp157axx_ca7.h | 1013 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
|
D | stm32mp157axx_cm4.h | 979 …__IO uint32_t WCR; /*!< DSI Wrapper Control Register, Addre… member
|