Home
last modified time | relevance | path

Searched refs:HAL_OSPI_FLAG_TO (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c743 else if (((flag & HAL_OSPI_FLAG_TO) != 0U) && ((itsource & HAL_OSPI_IT_TO) != 0U)) in HAL_OSPI_IRQHandler()
746 hospi->Instance->FCR = HAL_OSPI_FLAG_TO; in HAL_OSPI_IRQHandler()
1829 __HAL_OSPI_CLEAR_FLAG(hospi, HAL_OSPI_FLAG_TO); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c786 else if (((flag & HAL_OSPI_FLAG_TO) != 0U) && ((itsource & HAL_OSPI_IT_TO) != 0U)) in HAL_OSPI_IRQHandler()
789 hospi->Instance->FCR = HAL_OSPI_FLAG_TO; in HAL_OSPI_IRQHandler()
1835 __HAL_OSPI_CLEAR_FLAG(hospi, HAL_OSPI_FLAG_TO); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c760 else if (((flag & HAL_OSPI_FLAG_TO) != 0U) && ((itsource & HAL_OSPI_IT_TO) != 0U)) in HAL_OSPI_IRQHandler()
763 hospi->Instance->FCR = HAL_OSPI_FLAG_TO; in HAL_OSPI_IRQHandler()
1844 __HAL_OSPI_CLEAR_FLAG(hospi, HAL_OSPI_FLAG_TO); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c757 else if (((flag & HAL_OSPI_FLAG_TO) != 0U) && ((itsource & HAL_OSPI_IT_TO) != 0U)) in HAL_OSPI_IRQHandler()
760 hospi->Instance->FCR = HAL_OSPI_FLAG_TO; in HAL_OSPI_IRQHandler()
1962 __HAL_OSPI_CLEAR_FLAG(hospi, HAL_OSPI_FLAG_TO); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h602 #define HAL_OSPI_FLAG_TO OCTOSPI_SR_TOF … macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h625 #define HAL_OSPI_FLAG_TO OCTOSPI_SR_TOF … macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h629 #define HAL_OSPI_FLAG_TO OCTOSPI_SR_TOF … macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h618 #define HAL_OSPI_FLAG_TO OCTOSPI_SR_TOF … macro