Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h87 …uint32_t WrapSize; /* It indicates the wrap-size corresponding the external devic… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c334 assert_param(IS_OSPI_WRAP_SIZE (hospi->Init.WrapSize)); in HAL_OSPI_Init()
384 MODIFY_REG(hospi->Instance->DCR2, OCTOSPI_DCR2_WRAPSIZE, hospi->Init.WrapSize); in HAL_OSPI_Init()