Home
last modified time | relevance | path

Searched refs:HSPolarity (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_dcmi_ex.c111 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
136 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
A Dstm32f7xx_hal_dcmi.c155 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
176 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
A Dstm32f7xx_hal_ltdc.c167 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()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_dcmi_ex.h87 …uint32_t HSPolarity; /*!< Specifies the Horizontal synchronization polarity: High… member
A Dstm32f7xx_hal_ltdc.h86 …uint32_t HSPolarity; /*!< configures the horizontal synchronization pola… member
/lk-master/target/stm32746g-eval2/
A Dlcd.c336 hLtdcEval.Init.HSPolarity = LTDC_HSPOLARITY_AL; in BSP_LCD_Init()
/lk-master/target/stm32f746g-disco/
A Dlcd.c347 ltdc_handle.Init.HSPolarity = LTDC_HSPOLARITY_AL; in BSP_LCD_Init()

Completed in 12 milliseconds