Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c537 if (currentstate == HAL_OSPI_STATE_BUSY_TX) in HAL_OSPI_IRQHandler()
616 if (currentstate == HAL_OSPI_STATE_BUSY_TX) in HAL_OSPI_IRQHandler()
1276 hospi->State = HAL_OSPI_STATE_BUSY_TX; in HAL_OSPI_Transmit_IT()
1438 hospi->State = HAL_OSPI_STATE_BUSY_TX; in HAL_OSPI_Transmit_DMA()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h308 #define HAL_OSPI_STATE_BUSY_TX ((uint32_t)0x00000018U) /*!< Indirect Tx on-going… macro