Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c242 #define OSPI_CFG_STATE_MASK 0x00000004U macro
2231 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort()
2298 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort_IT()