Searched refs:RCC_APB3ENR_LPUART1EN (Results 1 – 22 of 22) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1886 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1888 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1960 #define __HAL_RCC_LPUART1_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN) 2550 #define __HAL_RCC_LPUART1_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN) !=… 2572 #define __HAL_RCC_LPUART1_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN) ==…
|
D | stm32u5xx_ll_bus.h | 297 #define LL_APB3_GRP1_PERIPH_LPUART1 RCC_APB3ENR_LPUART1EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1839 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1841 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN); \ 1947 #define __HAL_RCC_LPUART1_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN) 2660 #define __HAL_RCC_LPUART1_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN) !=… 2704 #define __HAL_RCC_LPUART1_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPUART1EN) ==…
|
D | stm32h5xx_ll_bus.h | 354 #define LL_APB3_GRP1_PERIPH_LPUART1 RCC_APB3ENR_LPUART1EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9032 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk macro
|
D | stm32h523xx.h | 13391 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk macro
|
D | stm32h562xx.h | 14197 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk macro
|
D | stm32h533xx.h | 13928 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk macro
|
D | stm32h573xx.h | 16824 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk macro
|
D | stm32h563xx.h | 16287 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15292 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u535xx.h | 14755 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u575xx.h | 16226 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u585xx.h | 16818 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u595xx.h | 17290 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u5a5xx.h | 17882 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u5f7xx.h | 18859 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u599xx.h | 21043 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u5g7xx.h | 19451 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u5f9xx.h | 21994 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u5a9xx.h | 21635 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|
D | stm32u5g9xx.h | 22586 #define RCC_APB3ENR_LPUART1EN RCC_APB3ENR_LPUART1EN_Msk /*!< LPUART1 C… macro
|