Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_smartbond_timer.c192 static uint32_t counter_smartbond_read(const struct device *dev) in counter_smartbond_read() function
202 *ticks = counter_smartbond_read(dev); in counter_smartbond_get_value()
233 now = counter_smartbond_read(dev); in counter_smartbond_set_alarm()
262 diff = ((val - 1U) - counter_smartbond_read(dev)) & TIMER_TOP_VALUE; in counter_smartbond_set_alarm()