Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c259 #define OSPI_BUSY_STATE_MASK 0x00000008U macro
2249 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort()
2316 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort_IT()
2392 if ((hospi->State & OSPI_BUSY_STATE_MASK) == 0U) in HAL_OSPI_SetFifoThreshold()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c295 #define OSPI_BUSY_STATE_MASK 0x00000008U macro
2255 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort()
2322 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort_IT()
2398 if ((hospi->State & OSPI_BUSY_STATE_MASK) == 0U) in HAL_OSPI_SetFifoThreshold()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c264 #define OSPI_BUSY_STATE_MASK 0x00000008U macro
2264 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort()
2331 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort_IT()
2407 if ((hospi->State & OSPI_BUSY_STATE_MASK) == 0U) in HAL_OSPI_SetFifoThreshold()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c264 #define OSPI_BUSY_STATE_MASK 0x00000008U macro
2382 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort()
2449 if (((state & OSPI_BUSY_STATE_MASK) != 0U) || ((state & OSPI_CFG_STATE_MASK) != 0U)) in HAL_OSPI_Abort_IT()
2525 if ((hospi->State & OSPI_BUSY_STATE_MASK) == 0U) in HAL_OSPI_SetFifoThreshold()