Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h104HAL_QSPI_STATE_ABORT = 0x08U, /*!< Peripheral with abort request ongoing … enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c676 else if(hqspi->State == HAL_QSPI_STATE_ABORT) in HAL_QSPI_IRQHandler()
2368 hqspi->State = HAL_QSPI_STATE_ABORT; in HAL_QSPI_Abort_IT()
2604 if(hqspi->State == HAL_QSPI_STATE_ABORT) in QSPI_DMAAbortCplt()