Home
last modified time | relevance | path

Searched refs:RTC0 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/drivers/timer/
Dsam0_rtc_timer.c29 #define RTC0 ((RtcMode0 *) DT_INST_REG_ADDR(0)) macro
96 while (RTC0->STATUS.reg & RTC_STATUS_SYNCBUSY) { in rtc_sync()
99 while (RTC0->SYNCBUSY.reg) { in rtc_sync()
112 RTC0->READREQ.reg = RTC_READREQ_RREQ; in rtc_count()
115 return RTC0->COUNT.reg; in rtc_count()
123 RTC0->INTENCLR.reg = RTC_MODE0_INTENCLR_MASK; in rtc_reset()
125 RTC0->INTFLAG.reg = RTC_MODE0_INTFLAG_MASK; in rtc_reset()
129 RTC0->CTRL.reg &= ~RTC_MODE0_CTRL_ENABLE; in rtc_reset()
131 RTC0->CTRLA.reg &= ~RTC_MODE0_CTRLA_ENABLE; in rtc_reset()
138 RTC0->CTRL.bit.SWRST = 1; in rtc_reset()
[all …]
/Zephyr-Core-3.6.0/soc/arm/nordic_nrf/nrf53/
DKconfig.soc64 by EVENTS_COMPARE and EVENTS_OVRFLW on RTC0 and RTC1 for which interrupts are
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/
DKconfig227 bool "RTC0 driver instance"