Home
last modified time | relevance | path

Searched refs:RCC_APB3ENR_LPTIM5EN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1906 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM5EN); \
1908 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM5EN); \
1972 #define __HAL_RCC_LPTIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM5EN)
2685 #define __HAL_RCC_LPTIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM5EN) != …
2729 #define __HAL_RCC_LPTIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM5EN) == …
Dstm32h5xx_ll_bus.h372 #define LL_APB3_GRP1_PERIPH_LPTIM5 RCC_APB3ENR_LPTIM5EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14215 #define RCC_APB3ENR_LPTIM5EN RCC_APB3ENR_LPTIM5EN_Msk macro
Dstm32h573xx.h16842 #define RCC_APB3ENR_LPTIM5EN RCC_APB3ENR_LPTIM5EN_Msk macro
Dstm32h563xx.h16305 #define RCC_APB3ENR_LPTIM5EN RCC_APB3ENR_LPTIM5EN_Msk macro