Home
last modified time | relevance | path

Searched refs:SYSCFG_CFGR1_FPU_IE_3 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_system.h608 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_3); in LL_SYSCFG_EnableIT_FPU_OFC()
668 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_3); in LL_SYSCFG_DisableIT_FPU_OFC()
728 return (READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_3) == (SYSCFG_CFGR1_FPU_IE_3)); in LL_SYSCFG_IsEnabledIT_FPU_OFC()
Dstm32l4xx_hal.h95 #define SYSCFG_IT_FPU_OFC SYSCFG_CFGR1_FPU_IE_3 /*!< Floating Point Unit Overflow Int…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h13590 #define SYSCFG_CFGR1_FPU_IE_3 (0x20000000UL) /*!< Overflow Inter… macro