Home
last modified time | relevance | path

Searched defs:counter_dev (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/samples/drivers/counter/alarm/src/
Dmain.c58 static void test_counter_interrupt_fn(const struct device *counter_dev, in test_counter_interrupt_fn()
97 const struct device *const counter_dev = DEVICE_DT_GET(TIMER); in main() local
/Zephyr-Core-3.6.0/drivers/counter/
Dcounter_timer_shell.c25 void timer_top_handler(const struct device *counter_dev, void *user_data) in timer_top_handler()
32 void timer_alarm_handler(const struct device *counter_dev, uint8_t chan_id, in timer_alarm_handler()
/Zephyr-Core-3.6.0/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c67 static const struct device *const counter_dev = variable
/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_andes_atcwdt200.c111 static void wdt_counter_cb(const struct device *counter_dev, uint8_t chan_id, in wdt_counter_cb()