Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gfxmmu.c193 assert_param(IS_GFXMMU_BUFFER_ADDRESS(hgfxmmu->Init.Buffers.Buf2Address)); in HAL_GFXMMU_Init()
228 hgfxmmu->Instance->B2CR = hgfxmmu->Init.Buffers.Buf2Address; in HAL_GFXMMU_Init()
641 assert_param(IS_GFXMMU_BUFFER_ADDRESS(Buffers->Buf2Address)); in HAL_GFXMMU_ModifyBuffers()
654 hgfxmmu->Instance->B2CR = Buffers->Buf2Address; in HAL_GFXMMU_ModifyBuffers()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gfxmmu.h78 uint32_t Buf2Address; /*!< Physical address of buffer 2. */ member