Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h641 #define HAL_OSPI_TIMEOUT_DEFAULT_VALUE ((uint32_t)5000U) … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c372 status = HAL_OSPI_SetTimeout(hospi, HAL_OSPI_TIMEOUT_DEFAULT_VALUE); in HAL_OSPI_Init()