Searched refs:VSPolarity (Results 1 – 7 of 7) sorted by relevance
96 …hltdc->Init.VSPolarity = (VidCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()134 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
265 assert_param(IS_DCMI_VSPOLARITY(hdcmi->Init.VSPolarity)); in HAL_DCMI_Init()321 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
1001 assert_param(IS_DSI_VSYNC_POLARITY(VidCfg->VSPolarity)); in HAL_DSI_ConfigVideoMode()1035 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()1147 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()1161 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
228 assert_param(IS_LTDC_VSPOL(hltdc->Init.VSPolarity)); in HAL_LTDC_Init()265 hltdc->Instance->GCR |= (uint32_t)(hltdc->Init.HSPolarity | hltdc->Init.VSPolarity | \ in HAL_LTDC_Init()
116 uint32_t VSPolarity; /*!< VSYNC pin polarity member190 uint32_t VSPolarity; /*!< VSYNC pin polarity member1268 #define IS_DSI_VS_POLARITY(VSPolarity) (((VSPolarity) == DSI_VSYNC_FALLING) || ((VSPol… argument
98 …uint32_t VSPolarity; /*!< Specifies the Vertical synchronization polarity: High o… member
90 …uint32_t VSPolarity; /*!< configures the vertical synchronization polari… member