Home
last modified time | relevance | path

Searched refs:RTC_Type (Results 1 – 25 of 27) sorted by relevance

12

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_rtc.h241 __STATIC_INLINE void FL_RTC_WriteEnable(RTC_Type *RTCx) in FL_RTC_WriteEnable()
252 __STATIC_INLINE void FL_RTC_WriteDisable(RTC_Type *RTCx) in FL_RTC_WriteDisable()
329 __STATIC_INLINE void FL_RTC_EnableIT_1KHz(RTC_Type *RTCx) in FL_RTC_EnableIT_1KHz()
395 __STATIC_INLINE void FL_RTC_EnableIT_64Hz(RTC_Type *RTCx) in FL_RTC_EnableIT_64Hz()
428 __STATIC_INLINE void FL_RTC_EnableIT_16Hz(RTC_Type *RTCx) in FL_RTC_EnableIT_16Hz()
461 __STATIC_INLINE void FL_RTC_EnableIT_8Hz(RTC_Type *RTCx) in FL_RTC_EnableIT_8Hz()
494 __STATIC_INLINE void FL_RTC_EnableIT_4Hz(RTC_Type *RTCx) in FL_RTC_EnableIT_4Hz()
527 __STATIC_INLINE void FL_RTC_EnableIT_2Hz(RTC_Type *RTCx) in FL_RTC_EnableIT_2Hz()
659 __STATIC_INLINE void FL_RTC_EnableIT_Day(RTC_Type *RTCx) in FL_RTC_EnableIT_Day()
1047 __STATIC_INLINE uint32_t FL_RTC_ReadDay(RTC_Type *RTCx) in FL_RTC_ReadDay()
[all …]
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_rtc.h135 void RTC_Init(RTC_Type *base, const rtc_config_t *config);
142 static inline void RTC_Deinit(RTC_Type *base) in RTC_Deinit()
195 void RTC_GetDatetime(RTC_Type *base, rtc_datetime_t *datetime);
218 void RTC_GetAlarm(RTC_Type *base, rtc_datetime_t *datetime);
259 static inline uint32_t RTC_GetEnabledInterrupts(RTC_Type *base) in RTC_GetEnabledInterrupts()
279 static inline uint32_t RTC_GetStatusFlags(RTC_Type *base) in RTC_GetStatusFlags()
291 void RTC_ClearStatusFlags(RTC_Type *base, uint32_t mask);
308 static inline void RTC_StartTimer(RTC_Type *base) in RTC_StartTimer()
320 static inline void RTC_StopTimer(RTC_Type *base) in RTC_StopTimer()
356 static inline void RTC_Reset(RTC_Type *base) in RTC_Reset()
[all …]
A Dfsl_rtc.c208 void RTC_Init(RTC_Type *base, const rtc_config_t *config) in RTC_Init()
255 status_t RTC_SetDatetime(RTC_Type *base, const rtc_datetime_t *datetime) in RTC_SetDatetime()
271 void RTC_GetDatetime(RTC_Type *base, rtc_datetime_t *datetime) in RTC_GetDatetime()
281 status_t RTC_SetAlarm(RTC_Type *base, const rtc_datetime_t *alarmTime) in RTC_SetAlarm()
311 void RTC_GetAlarm(RTC_Type *base, rtc_datetime_t *datetime) in RTC_GetAlarm()
323 void RTC_ClearStatusFlags(RTC_Type *base, uint32_t mask) in RTC_ClearStatusFlags()
350 void RTC_GetMonotonicCounter(RTC_Type *base, uint64_t *counter) in RTC_GetMonotonicCounter()
357 void RTC_SetMonotonicCounter(RTC_Type *base, uint64_t counter) in RTC_SetMonotonicCounter()
366 status_t RTC_IncrementMonotonicCounter(RTC_Type *base) in RTC_IncrementMonotonicCounter()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_rtc.h168 void RTC_Init(RTC_Type *base, const rtc_config_t *config);
175 static inline void RTC_Deinit(RTC_Type *base) in RTC_Deinit()
269 void RTC_EnableInterrupts(RTC_Type *base, uint32_t mask);
288 uint32_t RTC_GetEnabledInterrupts(RTC_Type *base);
305 uint32_t RTC_GetStatusFlags(RTC_Type *base);
314 void RTC_ClearStatusFlags(RTC_Type *base, uint32_t mask);
326 static inline void RTC_SetClockSource(RTC_Type *base) in RTC_SetClockSource()
359 static inline void RTC_StartTimer(RTC_Type *base) in RTC_StartTimer()
371 static inline void RTC_StopTimer(RTC_Type *base) in RTC_StopTimer()
407 static inline void RTC_Reset(RTC_Type *base) in RTC_Reset()
[all …]
A Dfsl_rtc.c186 void RTC_Init(RTC_Type *base, const rtc_config_t *config) in RTC_Init()
256 void RTC_GetDatetime(RTC_Type *base, rtc_datetime_t *datetime) in RTC_GetDatetime()
296 void RTC_GetAlarm(RTC_Type *base, rtc_datetime_t *datetime) in RTC_GetAlarm()
308 void RTC_EnableInterrupts(RTC_Type *base, uint32_t mask) in RTC_EnableInterrupts()
371 void RTC_DisableInterrupts(RTC_Type *base, uint32_t mask) in RTC_DisableInterrupts()
434 uint32_t RTC_GetEnabledInterrupts(RTC_Type *base) in RTC_GetEnabledInterrupts()
495 uint32_t RTC_GetStatusFlags(RTC_Type *base) in RTC_GetStatusFlags()
558 void RTC_ClearStatusFlags(RTC_Type *base, uint32_t mask) in RTC_ClearStatusFlags()
619 void RTC_GetMonotonicCounter(RTC_Type *base, uint64_t *counter) in RTC_GetMonotonicCounter()
626 void RTC_SetMonotonicCounter(RTC_Type *base, uint64_t counter) in RTC_SetMonotonicCounter()
[all …]
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_rtc_drv.h59 hpm_stat_t rtc_config_time(RTC_Type *base, time_t time);
67 hpm_stat_t rtc_config_alarm(RTC_Type *base, rtc_alarm_config_t *config);
74 time_t rtc_get_time(RTC_Type *base);
83 struct timeval rtc_get_timeval(RTC_Type *base);
93 static inline void rtc_enable_alarm_interrupt(RTC_Type *base, uint32_t index, bool enable) in rtc_enable_alarm_interrupt()
113 static inline void rtc_clear_alarm_flag(RTC_Type *base, uint32_t index) in rtc_clear_alarm_flag()
128 static inline void rtc_clear_alarm_flags(RTC_Type *base, uint32_t masks) in rtc_clear_alarm_flags()
139 static inline bool rtc_is_alarm_flag_asserted(RTC_Type *base, uint32_t index) in rtc_is_alarm_flag_asserted()
154 static inline uint32_t rtc_get_alarm_flags(RTC_Type *base) in rtc_get_alarm_flags()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_rtc_drv.c12 hpm_stat_t rtc_config_time(RTC_Type *base, time_t time) in rtc_config_time()
18 time_t rtc_get_time(RTC_Type *base) in rtc_get_time()
24 struct timeval rtc_get_timeval(RTC_Type *base) in rtc_get_timeval()
39 hpm_stat_t rtc_config_alarm(RTC_Type *base, rtc_alarm_config_t *config) in rtc_config_alarm()
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_rtc.c58 FL_ErrorStatus FL_RTC_DeInit(RTC_Type *RTCx) in FL_RTC_DeInit()
89 FL_ErrorStatus FL_RTC_Init(RTC_Type *RTCx, FL_RTC_InitTypeDef *initStruct) in FL_RTC_Init()
108 FL_ErrorStatus FL_RTC_ConfigTime(RTC_Type *RTCx, FL_RTC_InitTypeDef *initStruct) in FL_RTC_ConfigTime()
139 FL_ErrorStatus FL_RTC_GetTime(RTC_Type *RTCx, FL_RTC_InitTypeDef *initStruct) in FL_RTC_GetTime()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/HPM6880/
A Dhpm_soc.h764 #define HPM_RTCSHW ((RTC_Type *) HPM_RTCSHW_BASE)
768 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/
A Dhpm_rtc_regs.h23 } RTC_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/
A Dhpm_rtc_regs.h23 } RTC_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/
A Dhpm_rtc_regs.h23 } RTC_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/
A Dhpm_rtc_regs.h23 } RTC_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/
A Dhpm_rtc_regs.h23 } RTC_Type; typedef
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/
A Dhpm_soc.h801 #define HPM_RTCSHW ((RTC_Type *) HPM_RTCSHW_BASE)
805 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/
A Dhpm_soc.h606 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/
A Dhpm_soc.h664 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dfm33lc0xx.h527 } RTC_Type; typedef
755 #define RTC ((RTC_Type *) RTC_BASE)
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dfm33lc0xx.h527 } RTC_Type; typedef
756 #define RTC ((RTC_Type *) RTC_BASE)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/
A Dhpm_soc.h951 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
/bsp/nv32f100x/lib/inc/
A DNV32.h2139 } RTC_Type; typedef
2181 #define RTC ((RTC_Type *)RTC_BASE)
/bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/
A Dtarget.h553 } RTC_Type; /*!< Size = 240 (0xf0) … typedef
720 #define RTC ((RTC_Type*) RTC_BASE)
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7.h804 } RTC_Type; typedef
7985 #define RTC ((RTC_Type *) RTC_BASE)
/bsp/mm32/libraries/MM32F3270_HAL/CMSIS/Device/MM32/MM32F3277/Include/
A Dmm32f3277g.h4874 } RTC_Type; typedef
5038 #define RTC ((RTC_Type*)RTC_BKP_BASE)
/bsp/frdm-k64f/device/
A DMK64F12.h9370 } RTC_Type; typedef
9552 #define RTC ((RTC_Type *)RTC_BASE)

Completed in 958 milliseconds

12