Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c640 else if (currentstate == HAL_OSPI_STATE_ABORT) in HAL_OSPI_IRQHandler()
2316 hospi->State = HAL_OSPI_STATE_ABORT; in HAL_OSPI_Abort_IT()
2545 if (hospi->State == HAL_OSPI_STATE_ABORT) in OSPI_DMAAbortCplt()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h290 #define HAL_OSPI_STATE_ABORT ((uint32_t)0x00000100U) /*!< Abort on-going … macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h315 #define HAL_OSPI_STATE_ABORT ((uint32_t)0x00000100U) /*!< Abort on-going … macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c655 else if (currentstate == HAL_OSPI_STATE_ABORT) in HAL_OSPI_IRQHandler()
2450 hospi->State = HAL_OSPI_STATE_ABORT; in HAL_OSPI_Abort_IT()
2952 if (hospi->State == HAL_OSPI_STATE_ABORT) in OSPI_DMAAbortCplt()