Home
last modified time | relevance | path

Searched refs:ICACHE_IER_BSYENDIE (Results 1 – 25 of 49) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_icache.h95 #define LL_ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
320 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_EnableIT_BSYEND()
330 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_DisableIT_BSYEND()
340 return ((READ_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE) == (ICACHE_IER_BSYENDIE)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledIT_BSYEND()
Dstm32n6xx_hal_icache.h69 #define ICACHE_IT_BUSYEND ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_icache.h95 #define LL_ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
320 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_EnableIT_BSYEND()
330 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_DisableIT_BSYEND()
340 return ((READ_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE) == (ICACHE_IER_BSYENDIE)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledIT_BSYEND()
Dstm32h7rsxx_hal_icache.h69 #define ICACHE_IT_BUSYEND ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_icache.h123 #define LL_ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
392 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_EnableIT_BSYEND()
402 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_DisableIT_BSYEND()
412 return ((READ_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE) == (ICACHE_IER_BSYENDIE)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledIT_BSYEND()
Dstm32h5xx_hal_icache.h140 #define ICACHE_IT_BUSYEND ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_icache.h121 #define LL_ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
388 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_EnableIT_BSYEND()
398 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_DisableIT_BSYEND()
408 return ((READ_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE) == (ICACHE_IER_BSYENDIE)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledIT_BSYEND()
Dstm32u5xx_hal_icache.h136 #define ICACHE_IT_BUSYEND ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_icache.h121 #define LL_ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
388 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_EnableIT_BSYEND()
398 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_DisableIT_BSYEND()
408 return ((READ_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE) == (ICACHE_IER_BSYENDIE)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledIT_BSYEND()
Dstm32l5xx_hal_icache.h136 #define ICACHE_IT_BUSYEND ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_icache.h121 #define LL_ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
388 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_EnableIT_BSYEND()
398 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in LL_ICACHE_DisableIT_BSYEND()
408 return ((READ_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE) == (ICACHE_IER_BSYENDIE)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledIT_BSYEND()
Dstm32wbaxx_hal_icache.h136 #define ICACHE_IT_BUSYEND ICACHE_IER_BSYENDIE /*!< Busy end interrupt */
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_icache.c290 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_Invalidate_IT()
465 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_icache.c290 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_Invalidate_IT()
465 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_icache.c324 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_Invalidate_IT()
499 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_icache.c324 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_Invalidate_IT()
499 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_icache.c324 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_Invalidate_IT()
499 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_icache.c328 SET_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_Invalidate_IT()
503 CLEAR_BIT(ICACHE->IER, ICACHE_IER_BSYENDIE); in HAL_ICACHE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4533 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end i… macro
Dstm32wba52xx.h8134 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end i… macro
Dstm32wba54xx.h8368 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end i… macro
Dstm32wba5mxx.h8368 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end i… macro
Dstm32wba55xx.h8368 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end i… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h6566 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end i… macro
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h9149 #define ICACHE_IER_BSYENDIE ICACHE_IER_BSYENDIE_Msk /*!< Busy end interr… macro

12