Searched refs:HSPolarity (Results 1 – 7 of 7) sorted by relevance
111 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()136 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
155 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()176 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
167 assert_param(IS_LTDC_HSPOL(hltdc->Init.HSPolarity)); in HAL_LTDC_Init()184 hltdc->Instance->GCR |= (uint32_t)(hltdc->Init.HSPolarity | hltdc->Init.VSPolarity | \ in HAL_LTDC_Init()
87 …uint32_t HSPolarity; /*!< Specifies the Horizontal synchronization polarity: High… member
86 …uint32_t HSPolarity; /*!< configures the horizontal synchronization pola… member
336 hLtdcEval.Init.HSPolarity = LTDC_HSPOLARITY_AL; in BSP_LCD_Init()
347 ltdc_handle.Init.HSPolarity = LTDC_HSPOLARITY_AL; in BSP_LCD_Init()
Completed in 10 milliseconds