Searched refs:APB1ENR1 (Results 1 – 5 of 5) sorted by relevance
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 1027 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \ 1029 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \ 1036 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \ 1038 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \ 1046 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \ 1048 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \ 1056 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1058 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1065 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \ 1067 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \ [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 1027 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \ 1029 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \ 1036 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \ 1038 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \ 1046 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \ 1048 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \ 1056 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1058 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1065 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \ 1067 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \ [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 677 if(HAL_IS_BIT_CLR(RCC->APB1ENR1, RCC_APB1ENR1_PWREN)) in HAL_RCC_OscConfig()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 677 if(HAL_IS_BIT_CLR(RCC->APB1ENR1, RCC_APB1ENR1_PWREN)) in HAL_RCC_OscConfig()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
D | stm32l476xx.h | 726 …__IO uint32_t APB1ENR1; /*!< RCC APB1 peripheral clocks enable register 1, … member
|