Home
last modified time | relevance | path

Searched refs:APB1ENR1 (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h1057 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \
1059 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \
1066 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \
1068 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \
1076 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \
1078 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \
1086 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \
1088 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \
1095 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \
1097 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \
[all …]
Dstm32l4xx_ll_bus.h1105 SET_BIT(RCC->APB1ENR1, Periphs); in LL_APB1_GRP1_EnableClock()
1107 tmpreg = READ_BIT(RCC->APB1ENR1, Periphs); in LL_APB1_GRP1_EnableClock()
1196 return ((READ_BIT(RCC->APB1ENR1, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClock()
1280 CLEAR_BIT(RCC->APB1ENR1, Periphs); in LL_APB1_GRP1_DisableClock()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c747 if(HAL_IS_BIT_CLR(RCC->APB1ENR1, RCC_APB1ENR1_PWREN)) in HAL_RCC_OscConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h726 …__IO uint32_t APB1ENR1; /*!< RCC APB1 peripheral clocks enable register 1, … member