Home
last modified time | relevance | path

Searched defs:rtc_status (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-3.5.0/src/HW_models/
DNHW_RTC.c114 struct rtc_status { struct
115 NRF_RTC_Type *NRF_RTC_regs;
117 int n_CCs; //Number of compare/capture registers in this rtc instance
119 bs_time_t *cc_timers; //[n_CCs] When each CC will match (in microseconds)
120 bs_time_t overflow_timer; // When the timer will overflow (in microseconds)
121 uint64_t overflow_timer_sub_us; // When the timer will overflow (in sub-microsecond units)
145 static struct rtc_status nhw_rtc_st[NHW_RTC_TOTAL_INST]; argument