Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c410 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_Init()
587 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
610 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
672 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
705 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
718 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_IRQHandler()
805 …if (((state == HAL_OSPI_STATE_READY) && (hospi->Init.MemoryType != HAL_OSPI_MEMTYPE_HYPERB… in HAL_OSPI_Command()
926 …if ((hospi->State == HAL_OSPI_STATE_READY) && (cmd->OperationType == HAL_OSPI_OPTYPE_COMMON_C… in HAL_OSPI_Command_IT()
984 if ((state == HAL_OSPI_STATE_HYPERBUS_INIT) || (state == HAL_OSPI_STATE_READY)) in HAL_OSPI_HyperbusCfg()
997 hospi->State = HAL_OSPI_STATE_READY; in HAL_OSPI_HyperbusCfg()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_ospi.h301 #define HAL_OSPI_STATE_READY ((uint32_t)0x00000002U) /*!< Driver ready to be u… macro