Searched refs:APB1ENR1 (Results 1 – 4 of 4) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 1057 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 …]
|
D | stm32l4xx_ll_bus.h | 1105 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/ |
D | stm32l4xx_hal_rcc.c | 747 if(HAL_IS_BIT_CLR(RCC->APB1ENR1, RCC_APB1ENR1_PWREN)) in HAL_RCC_OscConfig()
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 726 …__IO uint32_t APB1ENR1; /*!< RCC APB1 peripheral clocks enable register 1, … member
|