Searched refs:RTC_regs (Results 1 – 1 of 1) sorted by relevance
474 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[rtc]; in nhw_rtc_update_COUNTER() local481 RTC_regs->COUNTER = count & RTC_COUNTER_MASK; in nhw_rtc_update_COUNTER()483 RTC_regs->COUNTER = this->counter_at_stop & RTC_COUNTER_MASK; in nhw_rtc_update_COUNTER()556 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[rtc]; in nhw_rtc_TASKS_CAPTURE() local559 RTC_regs->CC[cc_n] = RTC_regs->COUNTER; in nhw_rtc_TASKS_CAPTURE()603 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[rtc]; in nhw_rtc_signal_COMPARE() local606 if (RTC_regs->SHORTS & (RTC_SHORTS_COMPARE0_CLEAR_Msk << cc)) { in nhw_rtc_signal_COMPARE()616 if (!((RTC_regs->EVTEN | this->INTEN) & mask)) { in nhw_rtc_signal_COMPARE()620 RTC_regs->EVENTS_COMPARE[cc] = 1; in nhw_rtc_signal_COMPARE()622 if (RTC_regs->EVTEN & mask) { in nhw_rtc_signal_COMPARE()[all …]