Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_system.h588 SET_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_1); in LL_SYSCFG_EnableIT_FPU_DZC()
648 CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_1); in LL_SYSCFG_DisableIT_FPU_DZC()
708 return (READ_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_FPU_IE_1) == (SYSCFG_CFGR1_FPU_IE_1)); in LL_SYSCFG_IsEnabledIT_FPU_DZC()
Dstm32l4xx_hal.h93 #define SYSCFG_IT_FPU_DZC SYSCFG_CFGR1_FPU_IE_1 /*!< Floating Point Unit Divide-by-ze…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h13588 #define SYSCFG_CFGR1_FPU_IE_1 (0x08000000UL) /*!< Divide-by-zero… macro