/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rtc.c | 271 #if defined(RTC_CR_OSEL) in HAL_RTC_Init() 374 #if defined(RTC_CR_OSEL) in HAL_RTC_Init() 376 CLEAR_BIT(RTC->CR, (RTC_CR_FMT | RTC_CR_POL | RTC_CR_OSEL | RTC_CR_TAMPOE)); in HAL_RTC_Init() 397 #if defined(RTC_CR_OSEL) in HAL_RTC_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rtc.c | 265 #if defined(RTC_CR_OSEL) in HAL_RTC_Init() 360 #if defined(RTC_CR_OSEL) in HAL_RTC_Init() 362 CLEAR_BIT(RTC->CR, (RTC_CR_FMT | RTC_CR_POL | RTC_CR_OSEL | RTC_CR_TAMPOE)); in HAL_RTC_Init() 383 #if defined(RTC_CR_OSEL) in HAL_RTC_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc.c | 275 #if defined(RTC_CR_OSEL) in HAL_RTC_Init() 382 #if defined(RTC_CR_OSEL) in HAL_RTC_Init() 384 CLEAR_BIT(RTC->CR, (RTC_CR_FMT | RTC_CR_POL | RTC_CR_OSEL | RTC_CR_TAMPOE)); in HAL_RTC_Init() 405 #if defined(RTC_CR_OSEL) in HAL_RTC_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc.h | 297 #define RTC_OUTPUT_WAKEUP RTC_CR_OSEL 846 #if defined(RTC_CR_OSEL)
|
D | stm32wbaxx_ll_rtc.h | 335 #if defined(RTC_CR_OSEL) 342 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 1053 #if defined(RTC_CR_OSEL) 1068 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 1083 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc.h | 305 #define RTC_OUTPUT_WAKEUP RTC_CR_OSEL 856 #if defined(RTC_CR_OSEL)
|
D | stm32h7rsxx_ll_rtc.h | 336 #if defined(RTC_CR_OSEL) 343 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 1089 #if defined(RTC_CR_OSEL) 1104 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 1119 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc.h | 309 #define RTC_OUTPUT_WAKEUP RTC_CR_OSEL 872 #if defined(RTC_CR_OSEL)
|
D | stm32h5xx_ll_rtc.h | 336 #if defined(RTC_CR_OSEL) 343 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 1128 #if defined(RTC_CR_OSEL) 1143 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 1158 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rtc.h | 315 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 715 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 730 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_rtc.h | 304 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 709 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 724 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_rtc.h | 322 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 787 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 802 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_rtc.h | 324 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 789 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 804 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_rtc.h | 320 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 776 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 791 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_rtc.h | 319 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 776 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 791 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_rtc.h | 329 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 774 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 789 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_rtc.h | 331 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 815 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 830 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_rtc.h | 602 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 615 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rtc.h | 316 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 765 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 780 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 318 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 841 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 856 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rtc.h | 340 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 925 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 940 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rtc.h | 318 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 861 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 876 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rtc.c | 309 hrtc->Instance->CR &= ~(RTC_CR_FMT | RTC_CR_POL | RTC_CR_OSEL | RTC_CR_TAMPOE); in HAL_RTC_Init() 312 hrtc->Instance->CR &= ~(RTC_CR_FMT | RTC_CR_OSEL | RTC_CR_POL); in HAL_RTC_Init()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rtc.h | 341 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 1004 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 1019 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rtc.h | 320 #define LL_RTC_ALARMOUT_WAKEUP RTC_CR_OSEL /*!< Wakeup output enabled */ 845 MODIFY_REG(RTCx->CR, RTC_CR_OSEL, AlarmOutput); in LL_RTC_SetAlarmOutEvent() 860 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_OSEL)); in LL_RTC_GetAlarmOutEvent()
|