Searched refs:ICACHE_FLAG_BUSYEND (Results 1 – 8 of 8) sorted by relevance
146 #define ICACHE_FLAG_BUSYEND ICACHE_SR_BSYENDF /*!< Busy end flag */ macro
150 #define ICACHE_FLAG_BUSYEND ICACHE_SR_BSYENDF /*!< Busy end flag */ macro
145 #define ICACHE_FLAG_BUSYEND ICACHE_SR_BSYENDF /*!< Busy end flag */ macro
498 if (((itflags & itsources) & ICACHE_FLAG_BUSYEND) != 0U) in HAL_ICACHE_IRQHandler()
502 if (((itflags & itsources) & ICACHE_FLAG_BUSYEND) != 0U) in HAL_ICACHE_IRQHandler()
496 if (((itflags & itsources) & ICACHE_FLAG_BUSYEND) != 0U) in HAL_ICACHE_IRQHandler()