Searched refs:RCC_APBENR1_LPTIM3EN (Results 1 – 4 of 4) sorted by relevance
1035 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM3EN); \1037 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM3EN); \1123 #define __HAL_RCC_LPTIM3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM3EN)1333 #define __HAL_RCC_LPTIM3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM3EN) !=…1395 #define __HAL_RCC_LPTIM3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPTIM3EN) ==…
130 #define LL_APB1_GRP1_PERIPH_LPTIM3 RCC_APBENR1_LPTIM3EN
6248 #define RCC_APBENR1_LPTIM3EN RCC_APBENR1_LPTIM3EN_Msk macro
5984 #define RCC_APBENR1_LPTIM3EN RCC_APBENR1_LPTIM3EN_Msk macro