Home
last modified time | relevance | path

Searched refs:HorizontalSync (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h99 …uint32_t HorizontalSync; /*!< configures the number of Horizontal synchroniz… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc.c219 assert_param(IS_LTDC_HSYNC(hltdc->Init.HorizontalSync)); in HAL_LTDC_Init()
270 tmp = (hltdc->Init.HorizontalSync << 16U); in HAL_LTDC_Init()