Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gfxmmu.c194 assert_param(IS_GFXMMU_BUFFER_ADDRESS(hgfxmmu->Init.Buffers.Buf3Address)); in HAL_GFXMMU_Init()
229 hgfxmmu->Instance->B3CR = hgfxmmu->Init.Buffers.Buf3Address; in HAL_GFXMMU_Init()
642 assert_param(IS_GFXMMU_BUFFER_ADDRESS(Buffers->Buf3Address)); in HAL_GFXMMU_ModifyBuffers()
655 hgfxmmu->Instance->B3CR = Buffers->Buf3Address; in HAL_GFXMMU_ModifyBuffers()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gfxmmu.h79 uint32_t Buf3Address; /*!< Physical address of buffer 3. */ member