Searched refs:RCC_APB3ENR_LPTIM5EN (Results 1 – 5 of 5) sorted by relevance
1906 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) == …
372 #define LL_APB3_GRP1_PERIPH_LPTIM5 RCC_APB3ENR_LPTIM5EN
14215 #define RCC_APB3ENR_LPTIM5EN RCC_APB3ENR_LPTIM5EN_Msk macro
16842 #define RCC_APB3ENR_LPTIM5EN RCC_APB3ENR_LPTIM5EN_Msk macro
16305 #define RCC_APB3ENR_LPTIM5EN RCC_APB3ENR_LPTIM5EN_Msk macro