| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_rtc_ex.c | 227 HAL_StatusTypeDef HAL_RTCEx_DeactivateTimeStamp(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_DeactivateTimeStamp() 477 void HAL_RTCEx_TamperTimeStampIRQHandler(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_TamperTimeStampIRQHandler() 565 __weak void HAL_RTCEx_TimeStampEventCallback(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_TimeStampEventCallback() 580 __weak void HAL_RTCEx_Tamper1EventCallback(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_Tamper1EventCallback() 596 __weak void HAL_RTCEx_Tamper2EventCallback(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_Tamper2EventCallback() 611 __weak void HAL_RTCEx_Tamper3EventCallback(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_Tamper3EventCallback() 1026 uint32_t HAL_RTCEx_GetWakeUpTimer(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_GetWakeUpTimer() 1037 void HAL_RTCEx_WakeUpTimerIRQHandler(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_WakeUpTimerIRQHandler() 1066 __weak void HAL_RTCEx_WakeUpTimerEventCallback(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_WakeUpTimerEventCallback() 1564 HAL_StatusTypeDef HAL_RTCEx_SetRefClock(RTC_HandleTypeDef *hrtc) in HAL_RTCEx_SetRefClock() [all …]
|
| A D | stm32l1xx_hal_rtc.c | 243 HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc) in HAL_RTC_Init() 363 HAL_StatusTypeDef HAL_RTC_DeInit(RTC_HandleTypeDef *hrtc) in HAL_RTC_DeInit() 684 __weak void HAL_RTC_MspInit(RTC_HandleTypeDef *hrtc) in HAL_RTC_MspInit() 699 __weak void HAL_RTC_MspDeInit(RTC_HandleTypeDef *hrtc) in HAL_RTC_MspDeInit() 1054 void HAL_RTC_DST_Add1Hour(RTC_HandleTypeDef *hrtc) in HAL_RTC_DST_Add1Hour() 1068 void HAL_RTC_DST_Sub1Hour(RTC_HandleTypeDef *hrtc) in HAL_RTC_DST_Sub1Hour() 1082 void HAL_RTC_DST_SetStoreOperation(RTC_HandleTypeDef *hrtc) in HAL_RTC_DST_SetStoreOperation() 1095 void HAL_RTC_DST_ClearStoreOperation(RTC_HandleTypeDef *hrtc) in HAL_RTC_DST_ClearStoreOperation() 1678 void HAL_RTC_AlarmIRQHandler(RTC_HandleTypeDef *hrtc) in HAL_RTC_AlarmIRQHandler() 1852 HAL_RTCStateTypeDef HAL_RTC_GetState(RTC_HandleTypeDef *hrtc) in HAL_RTC_GetState() [all …]
|
| /bsp/stm32/stm32l432-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 61 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 78 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f103-100ask-mini/board/CubeMX_Config/Src/ |
| A D | stm32f1xx_hal_msp.c | 90 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 115 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/libraries/templates/stm32l1xx/board/CubeMX_Config/Src/ |
| A D | stm32l1xx_hal_msp.c | 87 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 109 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/ |
| A D | stm32g4xx_hal_msp.c | 166 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 200 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_rtc.c | 49 rt_weak uint32_t HAL_RTCEx_BKUPRead(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister) in HAL_RTCEx_BKUPRead() 54 rt_weak void HAL_RTCEx_BKUPWrite(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister, uint32_t Data) in HAL_RTCEx_BKUPWrite() 406 void HAL_RTC_AlarmAEventCallback(RTC_HandleTypeDef *hrtc) in HAL_RTC_AlarmAEventCallback()
|
| /bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/ |
| A D | stm32f1xx_hal_msp.c | 175 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 202 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32l433-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 130 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 152 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f411-atk-nano/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 238 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 262 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32f0xx_hal_msp.c | 169 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 191 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/ |
| A D | stm32h7xx_hal_msp.c | 187 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 209 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/ |
| A D | stm32f1xx_hal_msp.c | 175 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 202 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f411-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 197 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 230 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32g070-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32g0xx_hal_msp.c | 149 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 172 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f103-blue-pill/board/CubeMX_Config/Src/ |
| A D | stm32f1xx_hal_msp.c | 162 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 187 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f411-weact-blackpill/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 173 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 206 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32wb55-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32wbxx_hal_msp.c | 318 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 341 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/ |
| A D | stm32h7xx_hal_msp.c | 325 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 358 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/loongson/ls1cdev/libraries/ |
| A D | ls1c_rtc.c | 33 int RTC_SetTime(RTC_TypeDef *hrtc, RTC_TimeTypeDef *sTime) in RTC_SetTime() 48 int RTC_GetTime(RTC_TypeDef *hrtc, RTC_TimeTypeDef *sTime) in RTC_GetTime()
|
| /bsp/stm32/stm32l431-tencentos-tiny-EVB_MX+/board/CubeMX_Config/Core/Src/ |
| A D | stm32l4xx_hal_msp.c | 536 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 569 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f413-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 234 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 256 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32l476-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 268 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 301 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32l496-ali-developer/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 373 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 397 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|
| /bsp/stm32/stm32f407-armfly-v5/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 284 void HAL_RTC_MspInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspInit() 306 void HAL_RTC_MspDeInit(RTC_HandleTypeDef* hrtc) in HAL_RTC_MspDeInit()
|