Searched refs:RCC_APBENR1_LPTIM2EN (Results 1 – 15 of 15) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1059 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN); \ 1061 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN); \ 1129 #define __HAL_RCC_LPTIM2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN) 1340 #define __HAL_RCC_LPTIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN) !=… 1402 #define __HAL_RCC_LPTIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN) ==…
|
D | stm32u0xx_ll_bus.h | 134 #define LL_APB1_GRP1_PERIPH_LPTIM2 RCC_APBENR1_LPTIM2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1265 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN); \ 1267 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN); \ 1437 #define __HAL_RCC_LPTIM2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN) 1589 #define __HAL_RCC_LPTIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN) != 0U) 1653 #define __HAL_RCC_LPTIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM2EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 166 #define LL_APB1_GRP1_PERIPH_LPTIM2 RCC_APBENR1_LPTIM2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g031xx.h | 4552 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g041xx.h | 4800 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g051xx.h | 4909 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g061xx.h | 5157 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g071xx.h | 5274 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g081xx.h | 5522 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g0c1xx.h | 6880 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32g0b1xx.h | 6632 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5423 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32u083xx.h | 6257 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|
D | stm32u073xx.h | 5993 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk macro
|