| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_rtc.h | 1257 __STATIC_INLINE uint32_t LL_RTC_TIME_Get(RTC_TypeDef *RTCx) in LL_RTC_TIME_Get() 1309 __STATIC_INLINE void LL_RTC_TIME_DecHour(RTC_TypeDef *RTCx) in LL_RTC_TIME_DecHour() 1321 __STATIC_INLINE void LL_RTC_TIME_IncHour(RTC_TypeDef *RTCx) in LL_RTC_TIME_IncHour() 1617 __STATIC_INLINE void LL_RTC_ALMA_Enable(RTC_TypeDef *RTCx) in LL_RTC_ALMA_Enable() 1985 __STATIC_INLINE void LL_RTC_ALMB_Enable(RTC_TypeDef *RTCx) in LL_RTC_ALMB_Enable() 2353 __STATIC_INLINE void LL_RTC_TS_Enable(RTC_TypeDef *RTCx) in LL_RTC_TS_Enable() 2365 __STATIC_INLINE void LL_RTC_TS_Disable(RTC_TypeDef *RTCx) in LL_RTC_TS_Disable() 3727 ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx); 3738 ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx); 3739 ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx); [all …]
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_rtc.h | 52 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct); 53 void RTC_Start(RTC_TypeDef * RTCx); 54 void RTC_Stop(RTC_TypeDef * RTCx); 56 void RTC_GetDateTime(RTC_TypeDef * RTCx, RTC_DateTime * dateTime); 58 void RTC_AlarmSetup(RTC_TypeDef * RTCx, RTC_AlarmStructure * alarmStruct); 61 void RTC_INTEn(RTC_TypeDef * RTCx, uint32_t it); 62 void RTC_INTDis(RTC_TypeDef * RTCx, uint32_t it); 63 void RTC_INTClr(RTC_TypeDef * RTCx, uint32_t it); 64 uint32_t RTC_INTStat(RTC_TypeDef * RTCx, uint32_t it);
|
| A D | SWM320_rtc.c | 34 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct) in RTC_Init() 81 void RTC_Start(RTC_TypeDef * RTCx) in RTC_Start() 93 void RTC_Stop(RTC_TypeDef * RTCx) in RTC_Stop() 106 void RTC_GetDateTime(RTC_TypeDef * RTCx, RTC_DateTime * dateTime) in RTC_GetDateTime() 125 void RTC_AlarmSetup(RTC_TypeDef * RTCx, RTC_AlarmStructure * alarmStruct) in RTC_AlarmSetup() 183 void RTC_INTEn(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTEn() 196 void RTC_INTDis(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTDis() 209 void RTC_INTClr(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTClr() 222 uint32_t RTC_INTStat(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTStat()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_rtc.h | 59 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct); 60 void RTC_Start(RTC_TypeDef * RTCx); 61 void RTC_Stop(RTC_TypeDef * RTCx); 63 void RTC_GetDateTime(RTC_TypeDef * RTCx, RTC_DateTime * dateTime); 65 void RTC_AlarmSetup(RTC_TypeDef * RTCx, RTC_AlarmStructure * alarmStruct); 68 void RTC_INTEn(RTC_TypeDef * RTCx, uint32_t it); 69 void RTC_INTDis(RTC_TypeDef * RTCx, uint32_t it); 70 void RTC_INTClr(RTC_TypeDef * RTCx, uint32_t it); 71 uint32_t RTC_INTStat(RTC_TypeDef * RTCx, uint32_t it);
|
| A D | SWM341_rtc.c | 34 void RTC_Init(RTC_TypeDef * RTCx, RTC_InitStructure * initStruct) in RTC_Init() 87 void RTC_Start(RTC_TypeDef * RTCx) in RTC_Start() 99 void RTC_Stop(RTC_TypeDef * RTCx) in RTC_Stop() 112 void RTC_GetDateTime(RTC_TypeDef * RTCx, RTC_DateTime * dateTime) in RTC_GetDateTime() 131 void RTC_AlarmSetup(RTC_TypeDef * RTCx, RTC_AlarmStructure * alarmStruct) in RTC_AlarmSetup() 196 void RTC_INTEn(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTEn() 210 void RTC_INTDis(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTDis() 224 void RTC_INTClr(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTClr() 238 uint32_t RTC_INTStat(RTC_TypeDef * RTCx, uint32_t it) in RTC_INTStat()
|
| /bsp/loongson/ls1cdev/libraries/ |
| A D | ls1c_rtc.h | 15 #define RTC ( (RTC_TypeDef* )LS1C_RTC_BASE) 33 } RTC_TypeDef; typedef 35 int RTC_SetTime(RTC_TypeDef *hrtc, RTC_TimeTypeDef *sTime); 36 int RTC_GetTime(RTC_TypeDef *hrtc, RTC_TimeTypeDef *sTime);
|
| 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/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_rtc.c | 138 ErrorStatus LL_RTC_DeInit(RTC_TypeDef *RTCx) in LL_RTC_DeInit() 205 ErrorStatus LL_RTC_Init(RTC_TypeDef *RTCx, LL_RTC_InitTypeDef *RTC_InitStruct) in LL_RTC_Init() 264 ErrorStatus LL_RTC_TIME_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_TimeTypeDef *RTC_TimeSt… in LL_RTC_TIME_Init() 371 ErrorStatus LL_RTC_DATE_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_DateTypeDef *RTC_DateSt… in LL_RTC_DATE_Init() 465 ErrorStatus LL_RTC_ALMA_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_Alarm… in LL_RTC_ALMA_Init() 583 ErrorStatus LL_RTC_ALMB_Init(RTC_TypeDef *RTCx, uint32_t RTC_Format, LL_RTC_AlarmTypeDef *RTC_Alarm… in LL_RTC_ALMB_Init() 740 ErrorStatus LL_RTC_EnterInitMode(RTC_TypeDef *RTCx) in LL_RTC_EnterInitMode() 784 ErrorStatus LL_RTC_ExitInitMode(RTC_TypeDef *RTCx) in LL_RTC_ExitInitMode() 811 ErrorStatus LL_RTC_WaitForSynchro(RTC_TypeDef *RTCx) in LL_RTC_WaitForSynchro()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_rtc.h | 79 } RTC_TypeDef; typedef 85 #define RTC ((RTC_TypeDef*)RTC_BASE)
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/ |
| A D | efm32g_rtc.h | 51 } RTC_TypeDef; /** @} */ typedef
|
| A D | efm32g880f128.h | 342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32g880f32.h | 342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32g880f64.h | 342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32g890f128.h | 342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32g890f32.h | 342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32g890f64.h | 342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/ |
| A D | efm32gg_rtc.h | 51 } RTC_TypeDef; /** @} */ typedef
|
| A D | efm32gg990f512.h | 398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32gg995f1024.h | 398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32gg995f512.h | 398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32gg980f1024.h | 398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32gg980f512.h | 398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| A D | efm32gg990f1024.h | 398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | drv_rtc.c | 31 RTC_TypeDef * RTC_Handler;
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 192 }RTC_TypeDef; typedef 688 #define RTC ((RTC_TypeDef *)RTC_BASE)
|