Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_bus.h203 #define LL_APB1_GRP1_PERIPH_WWDG RCC_APB1ENR1_WWDGEN
Dstm32l4xx_hal_rcc.h1133 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_WWDGEN); \
1135 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_WWDGEN); \
1858 #define __HAL_RCC_WWDG_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_WWDGEN) != 0U)
1957 #define __HAL_RCC_WWDG_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_WWDGEN) == 0U)
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11222 #define RCC_APB1ENR1_WWDGEN RCC_APB1ENR1_WWDGEN_Msk macro