Home
last modified time | relevance | path

Searched refs:RCC_APB1HENR_LPTIM2EN (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1519 … SET_BIT(RCC->APB1HENR, RCC_APB1HENR_LPTIM2EN); \
1521 … tmpreg = READ_BIT(RCC->APB1HENR, RCC_APB1HENR_LPTIM2EN); \
1640 #define __HAL_RCC_LPTIM2_CLK_DISABLE() CLEAR_BIT(RCC->APB1HENR, RCC_APB1HENR_LPTIM2EN)
2434 #define __HAL_RCC_LPTIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1HENR, RCC_APB1HENR_LPTIM2EN) != 0…
2540 #define __HAL_RCC_LPTIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1HENR, RCC_APB1HENR_LPTIM2EN) == …
Dstm32h5xx_ll_bus.h279 #define LL_APB1_GRP2_PERIPH_LPTIM2 RCC_APB1HENR_LPTIM2EN
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9397 #define RCC_APB1HENR_LPTIM2EN RCC_APB1HENR_LPTIM2EN_Msk macro
Dstm32h562xx.h14050 #define RCC_APB1HENR_LPTIM2EN RCC_APB1HENR_LPTIM2EN_Msk macro
Dstm32h563xx.h16140 #define RCC_APB1HENR_LPTIM2EN RCC_APB1HENR_LPTIM2EN_Msk macro
Dstm32h573xx.h16709 #define RCC_APB1HENR_LPTIM2EN RCC_APB1HENR_LPTIM2EN_Msk macro