Home
last modified time | relevance | path

Searched refs:SYSCFG_CFGR1_FPU_IE_5 (Results 1 – 25 of 68) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_system.h559 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_EnableIT_FPU_IXC()
619 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_DisableIT_FPU_IXC()
679 return ((READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5) == (SYSCFG_CFGR1_FPU_IE_5)) ? 1UL : 0UL); in LL_SYSCFG_IsEnabledIT_FPU_IXC()
Dstm32g4xx_hal.h90 #define SYSCFG_IT_FPU_IXC SYSCFG_CFGR1_FPU_IE_5 /*!< Floating Point Unit Inexact Inte…
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_system.h615 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_EnableIT_FPU_IXC()
675 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_DisableIT_FPU_IXC()
735 return (READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5) == (SYSCFG_CFGR1_FPU_IE_5)); in LL_SYSCFG_IsEnabledIT_FPU_IXC()
Dstm32l4xx_hal.h109 #define SYSCFG_IT_FPU_IXC SYSCFG_CFGR1_FPU_IE_5 /*!< Floating Point Unit Inexact Inte…
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_system.h887 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_EnableIT_FPU_IXC()
947 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_DisableIT_FPU_IXC()
1007 return (READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5) == (SYSCFG_CFGR1_FPU_IE_5)); in LL_SYSCFG_IsEnabledIT_FPU_IXC()
Dstm32f3xx_hal.h403 #define HAL_SYSCFG_IT_FPU_IXC (SYSCFG_CFGR1_FPU_IE_5) /*!< Floating Point Unit In…
410 … (((__INTERRUPT__) & SYSCFG_CFGR1_FPU_IE_5) == SYSCFG_CFGR1_FPU_IE_5))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_system.h647 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_EnableIT_FPU_IXC()
707 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5); in LL_SYSCFG_DisableIT_FPU_IXC()
767 return ((READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_5) == (SYSCFG_CFGR1_FPU_IE_5)) ? 1UL : 0UL); in LL_SYSCFG_IsEnabledIT_FPU_IXC()
Dstm32wbxx_hal.h85 #define SYSCFG_IT_FPU_IXC SYSCFG_CFGR1_FPU_IE_5 /*!< Floating Point Unit In…
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h6298 #define SYSCFG_CFGR1_FPU_IE_5 (0x20UL << SYSCFG_CFGR1_FPU_IE_Pos) /*!< 0x8000000… macro
Dstm32f318xx.h6288 #define SYSCFG_CFGR1_FPU_IE_5 (0x20UL << SYSCFG_CFGR1_FPU_IE_Pos) /*!< 0x8000000… macro
Dstm32f378xx.h9513 #define SYSCFG_CFGR1_FPU_IE_5 (0x20UL << SYSCFG_CFGR1_FPU_IE_Pos) /*!< 0x8000000… macro
Dstm32f373xc.h9612 #define SYSCFG_CFGR1_FPU_IE_5 (0x20UL << SYSCFG_CFGR1_FPU_IE_Pos) /*!< 0x8000000… macro
Dstm32f302x8.h9929 #define SYSCFG_CFGR1_FPU_IE_5 (0x20UL << SYSCFG_CFGR1_FPU_IE_Pos) /*!< 0x8000000… macro
Dstm32f328xx.h9711 #define SYSCFG_CFGR1_FPU_IE_5 (0x20UL << SYSCFG_CFGR1_FPU_IE_Pos) /*!< 0x8000000… macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h8245 #define SYSCFG_CFGR1_FPU_IE_5 (0x20U << SYSCFG_CFGR1_FPU_IE_Pos) /*!… macro
Dstm32wb1mxx.h8390 #define SYSCFG_CFGR1_FPU_IE_5 (0x20U << SYSCFG_CFGR1_FPU_IE_Pos) /*!… macro
Dstm32wb30xx.h8244 #define SYSCFG_CFGR1_FPU_IE_5 (0x20U << SYSCFG_CFGR1_FPU_IE_Pos) /*!… macro
Dstm32wb35xx.h9635 #define SYSCFG_CFGR1_FPU_IE_5 (0x20U << SYSCFG_CFGR1_FPU_IE_Pos) /*!… macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h8218 #define SYSCFG_CFGR1_FPU_IE_5 (0x20U << SYSCFG_CFGR1_FPU_IE_Pos) /*!… macro
Dstm32wb15xx.h8390 #define SYSCFG_CFGR1_FPU_IE_5 (0x20U << SYSCFG_CFGR1_FPU_IE_Pos) /*!… macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h9111 #define SYSCFG_CFGR1_FPU_IE_5 (0x80000000U) /*!< Inexact Interr… macro
Dstm32g411xc.h9299 #define SYSCFG_CFGR1_FPU_IE_5 (0x80000000U) /*!< Inexact Interr… macro
Dstm32g441xx.h9883 #define SYSCFG_CFGR1_FPU_IE_5 (0x80000000U) /*!< Inexact Interr… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h7777 #define SYSCFG_CFGR1_FPU_IE_5 (0x80000000UL) /*!< Inexact Interr… macro
Dstm32l412xx.h7552 #define SYSCFG_CFGR1_FPU_IE_5 (0x80000000UL) /*!< Inexact Interr… macro

123