Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gfxmmu.c191 assert_param(IS_GFXMMU_BUFFER_ADDRESS(hgfxmmu->Init.Buffers.Buf0Address)); in HAL_GFXMMU_Init()
226 hgfxmmu->Instance->B0CR = hgfxmmu->Init.Buffers.Buf0Address; in HAL_GFXMMU_Init()
639 assert_param(IS_GFXMMU_BUFFER_ADDRESS(Buffers->Buf0Address)); in HAL_GFXMMU_ModifyBuffers()
652 hgfxmmu->Instance->B0CR = Buffers->Buf0Address; in HAL_GFXMMU_ModifyBuffers()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gfxmmu.h76 uint32_t Buf0Address; /*!< Physical address of buffer 0. */ member