Searched refs:RCC_APB3ENR_RTCAPBEN (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1944 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1946 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1970 #define __HAL_RCC_RTCAPB_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) 2552 #define __HAL_RCC_RTCAPB_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) != … 2574 #define __HAL_RCC_RTCAPB_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) == …
|
D | stm32u5xx_ll_bus.h | 299 #define LL_APB3_GRP1_PERIPH_RTCAPB RCC_APB3ENR_RTCAPBEN
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1936 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1938 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1982 #define __HAL_RCC_RTC_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) 2691 #define __HAL_RCC_RTC_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) != … 2734 #define __HAL_RCC_RTC_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) == …
|
D | stm32h5xx_ll_bus.h | 364 #define LL_APB3_GRP1_PERIPH_RTCAPB RCC_APB3ENR_RTCAPBEN
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9433 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h562xx.h | 14131 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h563xx.h | 16221 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h573xx.h | 16766 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 14826 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u545xx.h | 15336 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u575xx.h | 16266 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u585xx.h | 16825 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5a5xx.h | 17887 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u595xx.h | 17328 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u599xx.h | 21081 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5a9xx.h | 21640 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|