Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gfxmmu.c192 assert_param(IS_GFXMMU_BUFFER_ADDRESS(hgfxmmu->Init.Buffers.Buf1Address)); in HAL_GFXMMU_Init()
227 hgfxmmu->Instance->B1CR = hgfxmmu->Init.Buffers.Buf1Address; in HAL_GFXMMU_Init()
640 assert_param(IS_GFXMMU_BUFFER_ADDRESS(Buffers->Buf1Address)); in HAL_GFXMMU_ModifyBuffers()
653 hgfxmmu->Instance->B1CR = Buffers->Buf1Address; in HAL_GFXMMU_ModifyBuffers()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gfxmmu.h77 uint32_t Buf1Address; /*!< Physical address of buffer 1. */ member