Searched refs:COUNTER_BIT_WIDTH (Results 1 – 1 of 1) sorted by relevance
36 #define COUNTER_BIT_WIDTH 24U macro37 #define COUNTER_SPAN BIT(COUNTER_BIT_WIDTH)425 uint64_t val = ((uint64_t)overflow_cnt) << COUNTER_BIT_WIDTH; in z_nrf_rtc_timer_read()467 anchor = (((uint64_t)overflow_cnt) << COUNTER_BIT_WIDTH) + cc_value; in anchor_update()