Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h117 uint32_t TotalWidth; /*!< configures the total width. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc.c226 assert_param(IS_LTDC_TOTALW(hltdc->Init.TotalWidth)); in HAL_LTDC_Init()
285 tmp = (hltdc->Init.TotalWidth << 16U); in HAL_LTDC_Init()