Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_RTC.c310 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[rtc]; in handle_event() local
312 if ( ( RTC_regs->EVTEN | RTC_INTEN[rtc] ) & mask ) { in handle_event()
313 if ( RTC_regs->EVTEN & mask ){ in handle_event()
326 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[rtc]; in handle_cc_event() local
333 RTC_regs->EVENTS_COMPARE[cc] = 1; in handle_cc_event()
341 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[rtc]; in handle_overflow_event() local
354 RTC_regs->EVENTS_OVRFLW = 1; in handle_overflow_event()
491 NRF_RTC_Type *RTC_regs = &NRF_RTC_regs[i]; in nrf_rtc_regw_sideeffect_TASKS_START() local
492 if ( RTC_regs->TASKS_START ){ in nrf_rtc_regw_sideeffect_TASKS_START()
493 RTC_regs->TASKS_START = 0; in nrf_rtc_regw_sideeffect_TASKS_START()
[all …]