Searched refs:RCC_APB3ENR_LPTIM1EN (Results 1 – 22 of 22) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1902 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN); \ 1904 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN); \ 1964 #define __HAL_RCC_LPTIM1_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN) 2554 #define __HAL_RCC_LPTIM1_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN) != … 2576 #define __HAL_RCC_LPTIM1_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN) == …
|
D | stm32u5xx_ll_bus.h | 299 #define LL_APB3_GRP1_PERIPH_LPTIM1 RCC_APB3ENR_LPTIM1EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1877 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN); \ 1879 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN); \ 1961 #define __HAL_RCC_LPTIM1_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN) 2674 #define __HAL_RCC_LPTIM1_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN) != … 2718 #define __HAL_RCC_LPTIM1_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM1EN) == …
|
D | stm32h5xx_ll_bus.h | 364 #define LL_APB3_GRP1_PERIPH_LPTIM1 RCC_APB3ENR_LPTIM1EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9038 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk macro
|
D | stm32h523xx.h | 13400 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk macro
|
D | stm32h562xx.h | 14206 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk macro
|
D | stm32h533xx.h | 13937 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk macro
|
D | stm32h573xx.h | 16833 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk macro
|
D | stm32h563xx.h | 16296 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15298 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u535xx.h | 14761 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u575xx.h | 16232 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u585xx.h | 16824 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u595xx.h | 17296 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u5a5xx.h | 17888 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u5f7xx.h | 18865 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u599xx.h | 21049 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u5g7xx.h | 19457 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u5f9xx.h | 22000 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u5a9xx.h | 21641 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|
D | stm32u5g9xx.h | 22592 #define RCC_APB3ENR_LPTIM1EN RCC_APB3ENR_LPTIM1EN_Msk /*!< LPTIM1 Cl… macro
|