Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h111 uint32_t AccumulatedActiveW; /*!< configures the accumulated active width. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc.c224 assert_param(IS_LTDC_AAW(hltdc->Init.AccumulatedActiveW)); in HAL_LTDC_Init()
280 tmp = (hltdc->Init.AccumulatedActiveW << 16U); in HAL_LTDC_Init()