Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c417 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_Init()
591 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
614 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
676 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
709 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
722 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
809 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
930 …if ((hospi->State == HAL_OSPI_STATE_READY) && (cmd->OperationType == HAL_OSPI_OPTYPE_COMMON_C… in HAL_OSPI_Command_IT()
988 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()
1001 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_HyperbusCfg()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h303 #define HAL_OSPI_STATE_READY ((uint32_t)0x00000002U) /*!< Driver ready to be u… macro