Searched refs:RCC_APBENR1_LPUART2EN (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 889 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN); \ 891 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN); \ 1081 #define __HAL_RCC_LPUART2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN) 1290 #define __HAL_RCC_LPUART2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN) !… 1352 #define __HAL_RCC_LPUART2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN) =…
|
D | stm32u0xx_ll_bus.h | 105 #define LL_APB1_GRP1_PERIPH_LPUART2 RCC_APBENR1_LPUART2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1153 SET_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN); \ 1155 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN); \ 1406 #define __HAL_RCC_LPUART2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN) 1567 #define __HAL_RCC_LPUART2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN)!= 0U) 1631 #define __HAL_RCC_LPUART2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LPUART2EN)== 0U)
|
D | stm32g0xx_ll_bus.h | 113 #define LL_APB1_GRP1_PERIPH_LPUART2 RCC_APBENR1_LPUART2EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5381 #define RCC_APBENR1_LPUART2EN RCC_APBENR1_LPUART2EN_Msk macro
|
D | stm32u083xx.h | 6194 #define RCC_APBENR1_LPUART2EN RCC_APBENR1_LPUART2EN_Msk macro
|
D | stm32u073xx.h | 5930 #define RCC_APBENR1_LPUART2EN RCC_APBENR1_LPUART2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g0c1xx.h | 6811 #define RCC_APBENR1_LPUART2EN RCC_APBENR1_LPUART2EN_Msk macro
|
D | stm32g0b1xx.h | 6563 #define RCC_APBENR1_LPUART2EN RCC_APBENR1_LPUART2EN_Msk macro
|