Searched refs:RCC_APBENR1_LPUART3EN (Results 1 – 4 of 4) sorted by relevance
921 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPUART3EN); \923 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART3EN); \1092 #define __HAL_RCC_LPUART3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LPUART3EN)1301 #define __HAL_RCC_LPUART3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART3EN) !…1363 #define __HAL_RCC_LPUART3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART3EN) =…
112 #define LL_APB1_GRP1_PERIPH_LPUART3 RCC_APBENR1_LPUART3EN
6206 #define RCC_APBENR1_LPUART3EN RCC_APBENR1_LPUART3EN_Msk macro
5942 #define RCC_APBENR1_LPUART3EN RCC_APBENR1_LPUART3EN_Msk macro