Searched refs:RCC_APB3ENR_LPTIM6EN (Results 1 – 5 of 5) sorted by relevance
1916 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN); \1918 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN); \1976 #define __HAL_RCC_LPTIM6_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN)2689 #define __HAL_RCC_LPTIM6_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN) != …2733 #define __HAL_RCC_LPTIM6_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN) == …
375 #define LL_APB3_GRP1_PERIPH_LPTIM6 RCC_APB3ENR_LPTIM6EN
14218 #define RCC_APB3ENR_LPTIM6EN RCC_APB3ENR_LPTIM6EN_Msk macro
16845 #define RCC_APB3ENR_LPTIM6EN RCC_APB3ENR_LPTIM6EN_Msk macro
16308 #define RCC_APB3ENR_LPTIM6EN RCC_APB3ENR_LPTIM6EN_Msk macro