Searched refs:VSPolarity (Results 1 – 7 of 7) sorted by relevance
110 assert_param(IS_DCMI_VSPOLARITY(hdcmi->Init.VSPolarity)); in HAL_DCMI_Init()136 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
154 assert_param(IS_DCMI_VSPOLARITY(hdcmi->Init.VSPolarity)); in HAL_DCMI_Init()176 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
168 assert_param(IS_LTDC_VSPOL(hltdc->Init.VSPolarity)); in HAL_LTDC_Init()184 hltdc->Instance->GCR |= (uint32_t)(hltdc->Init.HSPolarity | hltdc->Init.VSPolarity | \ in HAL_LTDC_Init()
84 …uint32_t VSPolarity; /*!< Specifies the Vertical synchronization polarity: High o… member
89 …uint32_t VSPolarity; /*!< configures the vertical synchronization polari… member
337 hLtdcEval.Init.VSPolarity = LTDC_VSPOLARITY_AL; in BSP_LCD_Init()
348 ltdc_handle.Init.VSPolarity = LTDC_VSPOLARITY_AL; in BSP_LCD_Init()
Completed in 11 milliseconds