Home
last modified time | relevance | path

Searched refs:rtc (Results 1 – 14 of 14) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/RTC/
Drtc_reva.c43 int MXC_RTC_RevA_GetBusyFlag(mxc_rtc_reva_regs_t *rtc) in MXC_RTC_RevA_GetBusyFlag() argument
51 int MXC_RTC_RevA_EnableInt(mxc_rtc_reva_regs_t *rtc, uint32_t mask) in MXC_RTC_RevA_EnableInt() argument
63 rtc->ctrl |= mask; in MXC_RTC_RevA_EnableInt()
74 int MXC_RTC_RevA_DisableInt(mxc_rtc_reva_regs_t *rtc, uint32_t mask) in MXC_RTC_RevA_DisableInt() argument
86 rtc->ctrl &= ~mask; in MXC_RTC_RevA_DisableInt()
97 int MXC_RTC_RevA_SetTimeofdayAlarm(mxc_rtc_reva_regs_t *rtc, uint32_t ras) in MXC_RTC_RevA_SetTimeofdayAlarm() argument
100 if (MXC_RTC_RevA_GetBusyFlag(rtc)) { in MXC_RTC_RevA_SetTimeofdayAlarm()
104 rtc->toda = (ras << MXC_F_RTC_REVA_TODA_TOD_ALARM_POS) & MXC_F_RTC_REVA_TODA_TOD_ALARM; in MXC_RTC_RevA_SetTimeofdayAlarm()
109 int MXC_RTC_RevA_SetSubsecondAlarm(mxc_rtc_reva_regs_t *rtc, uint32_t rssa) in MXC_RTC_RevA_SetSubsecondAlarm() argument
112 if (MXC_RTC_RevA_GetBusyFlag(rtc)) { in MXC_RTC_RevA_SetSubsecondAlarm()
[all …]
Drtc_reva.h48 int MXC_RTC_RevA_Init(mxc_rtc_reva_regs_t *rtc, uint32_t sec, uint32_t ssec);
49 int MXC_RTC_RevA_EnableInt(mxc_rtc_reva_regs_t *rtc, uint32_t mask);
50 int MXC_RTC_RevA_DisableInt(mxc_rtc_reva_regs_t *rtc, uint32_t mask);
51 int MXC_RTC_RevA_SetTimeofdayAlarm(mxc_rtc_reva_regs_t *rtc, uint32_t ras);
52 int MXC_RTC_RevA_SetSubsecondAlarm(mxc_rtc_reva_regs_t *rtc, uint32_t rssa);
53 int MXC_RTC_RevA_Start(mxc_rtc_reva_regs_t *rtc);
54 int MXC_RTC_RevA_Stop(mxc_rtc_reva_regs_t *rtc);
55 int MXC_RTC_RevA_SquareWave(mxc_rtc_reva_regs_t *rtc, mxc_rtc_reva_sqwave_en_t sqe,
57 int MXC_RTC_RevA_Trim(mxc_rtc_reva_regs_t *rtc, int8_t trm);
58 int MXC_RTC_RevA_GetFlags(mxc_rtc_reva_regs_t *rtc);
[all …]
Drtc_me17.c213 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X1TRIM, in MXC_RTC_TrimCrystal()
215 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X2TRIM, in MXC_RTC_TrimCrystal()
267 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X1TRIM, in MXC_RTC_TrimCrystal()
269 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X2TRIM, in MXC_RTC_TrimCrystal()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/WUT/
Dwut_ai85.c173 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X1TRIM, in MXC_WUT_SetTrim()
175 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X2TRIM, in MXC_WUT_SetTrim()
199 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_X1TRIM) >> MXC_F_TRIMSIR_RTC_X1TRIM_POS; in MXC_WUT_StarTrim()
241 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_X1TRIM) >> MXC_F_TRIMSIR_RTC_X1TRIM_POS; in MXC_WUT_Handler()
Dwut_me14.c180 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_RTCX1, in MXC_WUT_SetTrim()
182 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_RTCX2, in MXC_WUT_SetTrim()
210 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_RTCX1) >> MXC_F_TRIMSIR_RTC_RTCX1_POS; in MXC_WUT_StarTrim()
252 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_RTCX1) >> MXC_F_TRIMSIR_RTC_RTCX1_POS; in MXC_WUT_Handler()
Dwut_me18.c181 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_RTCX1, in MXC_WUT_SetTrim()
183 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_RTCX2, in MXC_WUT_SetTrim()
211 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_RTCX1) >> MXC_F_TRIMSIR_RTC_RTCX1_POS; in MXC_WUT_StarTrim()
253 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_RTCX1) >> MXC_F_TRIMSIR_RTC_RTCX1_POS; in MXC_WUT_Handler()
Dwut_me17.c173 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X1TRIM, in MXC_WUT_SetTrim()
175 MXC_SETFIELD(MXC_TRIMSIR->rtc, MXC_F_TRIMSIR_RTC_X2TRIM, in MXC_WUT_SetTrim()
199 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_X1TRIM) >> MXC_F_TRIMSIR_RTC_X1TRIM_POS; in MXC_WUT_StartTrim()
241 trimValue = (MXC_TRIMSIR->rtc & MXC_F_TRIMSIR_RTC_X1TRIM) >> MXC_F_TRIMSIR_RTC_X1TRIM_POS; in MXC_WUT_Handler()
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32690/Include/
Dtrimsir_regs.h78 __IO uint32_t rtc; /**< <tt>\b 0x08:</tt> TRIMSIR RTC Register */ member
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32665/Include/
Dtrimsir_regs.h78 __IO uint32_t rtc; /**< <tt>\b 0x08:</tt> TRIMSIR RTC Register */ member
Drpu_regs.h95 __IO uint32_t rtc; /**< <tt>\b 0x0060:</tt> RPU RTC Register */ member
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX78002/Include/
Dtrimsir_regs.h78 __IO uint32_t rtc; /**< <tt>\b 0x08:</tt> TRIMSIR RTC Register */ member
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX78000/Include/
Dtrimsir_regs.h78 __IO uint32_t rtc; /**< <tt>\b 0x08:</tt> TRIMSIR RTC Register */ member
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32680/Include/
Dtrimsir_regs.h78 __IO uint32_t rtc; /**< <tt>\b 0x08:</tt> TRIMSIR RTC Register */ member
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32655/Include/
Dtrimsir_regs.h78 __IO uint32_t rtc; /**< <tt>\b 0x08:</tt> TRIMSIR RTC Register */ member