Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c543 if (currentstate == HAL_OSPI_STATE_BUSY_TX) in HAL_OSPI_IRQHandler()
622 if (currentstate == HAL_OSPI_STATE_BUSY_TX) in HAL_OSPI_IRQHandler()
1286 hospi->State = HAL_OSPI_STATE_BUSY_TX; in HAL_OSPI_Transmit_IT()
1448 hospi->State = HAL_OSPI_STATE_BUSY_TX; in HAL_OSPI_Transmit_DMA()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c558 if (currentstate == HAL_OSPI_STATE_BUSY_TX) in HAL_OSPI_IRQHandler()
637 if (currentstate == HAL_OSPI_STATE_BUSY_TX) in HAL_OSPI_IRQHandler()
1303 hospi->State = HAL_OSPI_STATE_BUSY_TX; in HAL_OSPI_Transmit_IT()
1487 hospi->State = HAL_OSPI_STATE_BUSY_TX; in HAL_OSPI_Transmit_DMA()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h286 #define HAL_OSPI_STATE_BUSY_TX ((uint32_t)0x00000018U) /*!< Indirect Tx on-going… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h311 #define HAL_OSPI_STATE_BUSY_TX ((uint32_t)0x00000018U) /*!< Indirect Tx on-going… macro