Searched refs:RCC_APB3ENR_RTCAPBEN (Results 1 – 22 of 22) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1950 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1952 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1976 #define __HAL_RCC_RTCAPB_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) 2566 #define __HAL_RCC_RTCAPB_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) != … 2588 #define __HAL_RCC_RTCAPB_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) == …
|
D | stm32u5xx_ll_bus.h | 305 #define LL_APB3_GRP1_PERIPH_RTCAPB RCC_APB3ENR_RTCAPBEN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1935 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1937 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN); \ 1983 #define __HAL_RCC_RTC_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) 2696 #define __HAL_RCC_RTC_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) != … 2740 #define __HAL_RCC_RTC_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_RTCAPBEN) == …
|
D | stm32h5xx_ll_bus.h | 378 #define LL_APB3_GRP1_PERIPH_RTCAPB RCC_APB3ENR_RTCAPBEN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9041 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h523xx.h | 13406 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h562xx.h | 14224 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h533xx.h | 13943 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h573xx.h | 16851 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
D | stm32h563xx.h | 16314 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15316 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u535xx.h | 14779 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u575xx.h | 16250 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u585xx.h | 16842 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u595xx.h | 17314 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5a5xx.h | 17906 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5f7xx.h | 18883 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u599xx.h | 21067 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5g7xx.h | 19475 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5f9xx.h | 22018 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5a9xx.h | 21659 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|
D | stm32u5g9xx.h | 22610 #define RCC_APB3ENR_RTCAPBEN RCC_APB3ENR_RTCAPBEN_Msk /*!< RTC APB C… macro
|