Searched defs:rtc_status (Results 1 – 1 of 1) sorted by relevance
114 struct rtc_status { struct115 NRF_RTC_Type *NRF_RTC_regs;117 int n_CCs; //Number of compare/capture registers in this rtc instance119 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