Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_esp32_rtc.c99 static int counter_esp32_get_value(const struct device *dev, uint32_t *ticks) in counter_esp32_get_value() function
126 counter_esp32_get_value(dev, &now); in counter_esp32_set_alarm()
216 .get_value = counter_esp32_get_value,
237 counter_esp32_get_value(dev, &now); in counter_esp32_isr()
Dcounter_esp32_tmr.c127 static int counter_esp32_get_value(const struct device *dev, uint32_t *ticks) in counter_esp32_get_value() function
154 counter_esp32_get_value(dev, &now); in counter_esp32_set_alarm()
220 .get_value = counter_esp32_get_value,
237 counter_esp32_get_value(dev, &now); in counter_esp32_isr()