Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h302 #define HAL_OSPI_STATE_HYPERBUS_INIT ((uint32_t)0x00000001U) /*!< Initialization done … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c413 hospi->State = HAL_OSPI_STATE_HYPERBUS_INIT; in HAL_OSPI_Init()
988 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()