| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_rtc.h | 241 __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 D | fsl_rtc.h | 135 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 D | fsl_rtc.c | 208 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 D | fsl_rtc.h | 168 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 D | fsl_rtc.c | 186 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 D | hpm_rtc_drv.h | 59 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 D | hpm_rtc_drv.c | 12 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 D | fm33lc0xx_fl_rtc.c | 58 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 D | hpm_soc.h | 764 #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 D | hpm_rtc_regs.h | 23 } RTC_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/ |
| A D | hpm_rtc_regs.h | 23 } RTC_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/ |
| A D | hpm_rtc_regs.h | 23 } RTC_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/ |
| A D | hpm_rtc_regs.h | 23 } RTC_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_rtc_regs.h | 23 } RTC_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/ |
| A D | hpm_soc.h | 801 #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 D | hpm_soc.h | 606 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/ |
| A D | hpm_soc.h | 664 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33lc0xx.h | 527 } RTC_Type; typedef 755 #define RTC ((RTC_Type *) RTC_BASE)
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33lc0xx.h | 527 } RTC_Type; typedef 756 #define RTC ((RTC_Type *) RTC_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/ |
| A D | hpm_soc.h | 951 #define HPM_RTC ((RTC_Type *) HPM_RTC_BASE)
|
| /bsp/nv32f100x/lib/inc/ |
| A D | NV32.h | 2139 } RTC_Type; typedef 2181 #define RTC ((RTC_Type *)RTC_BASE)
|
| /bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/ |
| A D | target.h | 553 } RTC_Type; /*!< Size = 240 (0xf0) … typedef 720 #define RTC ((RTC_Type*) RTC_BASE)
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7.h | 804 } RTC_Type; typedef 7985 #define RTC ((RTC_Type *) RTC_BASE)
|
| /bsp/mm32/libraries/MM32F3270_HAL/CMSIS/Device/MM32/MM32F3277/Include/ |
| A D | mm32f3277g.h | 4874 } RTC_Type; typedef 5038 #define RTC ((RTC_Type*)RTC_BKP_BASE)
|
| /bsp/frdm-k64f/device/ |
| A D | MK64F12.h | 9370 } RTC_Type; typedef 9552 #define RTC ((RTC_Type *)RTC_BASE)
|