Home
last modified time | relevance | path

Searched refs:RTC_TypeDef (Results 1 – 25 of 136) sorted by relevance

123456

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rtc.h1257 __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 DSWM320_rtc.h52 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 DSWM320_rtc.c34 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 DSWM341_rtc.h59 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 DSWM341_rtc.c34 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 Dls1c_rtc.h15 #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 Dls1c_rtc.c33 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 Dstm32l1xx_ll_rtc.c138 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 Dreg_rtc.h79 } RTC_TypeDef; typedef
85 #define RTC ((RTC_TypeDef*)RTC_BASE)
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/
A Defm32g_rtc.h51 } RTC_TypeDef; /** @} */ typedef
A Defm32g880f128.h342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32g880f32.h342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32g880f64.h342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32g890f128.h342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32g890f32.h342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32g890f64.h342 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/
A Defm32gg_rtc.h51 } RTC_TypeDef; /** @} */ typedef
A Defm32gg990f512.h398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32gg995f1024.h398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32gg995f512.h398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32gg980f1024.h398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32gg980f512.h398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
A Defm32gg990f1024.h398 #define RTC ((RTC_TypeDef *) RTC_BASE) /**< RTC base pointer */
/bsp/loongson/ls1cdev/drivers/
A Ddrv_rtc.c31 RTC_TypeDef * RTC_Handler;
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h192 }RTC_TypeDef; typedef
688 #define RTC ((RTC_TypeDef *)RTC_BASE)

Completed in 49 milliseconds

123456