Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c351 NRF_TIMER_Type *TIMER_regs = this->NRF_TIMER_regs; in nhw_timer_signal_COMPARE() local
353 if (TIMER_regs->SHORTS & (TIMER_SHORTS_COMPARE0_CLEAR_Msk << cc)) { in nhw_timer_signal_COMPARE()
356 if (TIMER_regs->SHORTS & (TIMER_SHORTS_COMPARE0_STOP_Msk << cc)) { in nhw_timer_signal_COMPARE()
360 TIMER_regs->EVENTS_COMPARE[cc] = 1; in nhw_timer_signal_COMPARE()
387 TIMER_regs->PUBLISH_COMPARE[cc]); in nhw_timer_signal_COMPARE()