Home
last modified time | relevance | path

Searched refs:HAL_QSPI_STATE_BUSY (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_qspi.h83HAL_QSPI_STATE_BUSY = 0x02U, /*!< Peripheral in indirect mode and busy … enumerator
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_qspi.h81HAL_QSPI_STATE_BUSY = 0x02U, /*!< Peripheral in indirect mode and busy … enumerator
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_qspi.c648 else if(hqspi->State == HAL_QSPI_STATE_BUSY) in HAL_QSPI_IRQHandler()
837 hqspi->State = HAL_QSPI_STATE_BUSY; in HAL_QSPI_Command()
926 hqspi->State = HAL_QSPI_STATE_BUSY; in HAL_QSPI_Command_IT()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_qspi.c630 else if(hqspi->State == HAL_QSPI_STATE_BUSY) in HAL_QSPI_IRQHandler()
819 hqspi->State = HAL_QSPI_STATE_BUSY; in HAL_QSPI_Command()
908 hqspi->State = HAL_QSPI_STATE_BUSY; in HAL_QSPI_Command_IT()