Searched refs:SYSCFG_CFGR1_FPU_IE_5 (Results 1 – 3 of 3) sorted by relevance
628 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_EnableIT_FPU_IXC()688 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_DisableIT_FPU_IXC()748 return (READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5) == (SYSCFG_CFGR1_FPU_IE_5)); in LL_SYSCFG_IsEnabledIT_FPU_IXC()
97 #define SYSCFG_IT_FPU_IXC SYSCFG_CFGR1_FPU_IE_5 /*!< Floating Point Unit Inexact Inte…
13592 #define SYSCFG_CFGR1_FPU_IE_5 (0x80000000UL) /*!< Inexact Interr… macro