Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_RTC.c36 #define N_RTC 3 macro
44 NRF_RTC_Type NRF_RTC_regs[N_RTC];
46 static bool RTC_Running[N_RTC] = {false};
47 static uint32_t RTC_INTEN[N_RTC] = {0};
50 static bs_time_t cc_timers[N_RTC][N_CC] = {{TIME_NEVER}}; //when each CC will match (in microsecond…
51 static bs_time_t overflow_timer[N_RTC] = {TIME_NEVER}; //when the timer will overflow (in microseco…
53 static uint64_t overflow_timer_sub_us[N_RTC] = {TIME_NEVER}; //when the timer will overflow (in sub…
54 static uint64_t RTC_counter_startT_sub_us[N_RTC] = {TIME_NEVER}; //Time when the counter was "start…
55 static uint64_t RTC_counter_startT_negative_sub_us[N_RTC] = {0};
57 static uint32_t counter[N_RTC] = {0}; //Internal counter value when the counter was stopped
[all …]