Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_ospi.h308 #define HAL_OSPI_STATE_BUSY_AUTO_POLLING ((uint32_t)0x00000048U) /*!< Auto-polling on-goin… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c1745 hospi->State = HAL_OSPI_STATE_BUSY_AUTO_POLLING; in HAL_OSPI_AutoPolling_IT()