Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gfxmmu.c190 assert_param(IS_GFXMMU_BLOCKS_PER_LINE(hgfxmmu->Init.BlocksPerLine)); in HAL_GFXMMU_Init()
215 hgfxmmu->Instance->CR |= (hgfxmmu->Init.BlocksPerLine); in HAL_GFXMMU_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gfxmmu.h98 uint32_t BlocksPerLine; /*!< Number of blocks of 16 bytes per line. member