Home
last modified time | relevance | path

Searched refs:AutomaticRefresh (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dsi.h186 uint32_t AutomaticRefresh; /*!< Automatic refresh mode member
1299 #define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\ argument
1300 || ((AutomaticRefresh) == DSI_AR_ENABLE))
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h186 uint32_t AutomaticRefresh; /*!< Automatic refresh mode member
1299 #define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\ argument
1300 || ((AutomaticRefresh) == DSI_AR_ENABLE))
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h186 uint32_t AutomaticRefresh; /*!< Automatic refresh mode member
1299 #define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\ argument
1300 || ((AutomaticRefresh) == DSI_AR_ENABLE))
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dsi.h186 uint32_t AutomaticRefresh; /*!< Automatic refresh mode member
1299 #define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\ argument
1300 || ((AutomaticRefresh) == DSI_AR_ENABLE))
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h201 uint32_t AutomaticRefresh; /*!< Automatic refresh mode member
1342 #define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh) (((AutomaticRefresh) == DSI_AR_DISABLE)\ argument
1343 || ((AutomaticRefresh) == DSI_AR_ENABLE))
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1215 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode()
1249 …>WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->AutomaticRefresh | in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1354 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode()
1388 …>WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->AutomaticRefresh | in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1215 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode()
1249 …>WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->AutomaticRefresh | in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1215 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode()
1249 …>WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->AutomaticRefresh | in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1215 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode()
1249 …>WCFGR |= (CmdCfg->TearingEffectSource | CmdCfg->TearingEffectPolarity | CmdCfg->AutomaticRefresh | in HAL_DSI_ConfigAdaptedCommandMode()