Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/
Dnrf54h20dk_nrf54h20_common.dtsi34 counter_dev: &timer137 { label
/Zephyr-latest/samples/drivers/counter/alarm/src/
Dmain.c66 static void test_counter_interrupt_fn(const struct device *counter_dev, in test_counter_interrupt_fn()
109 const struct device *const counter_dev = DEVICE_DT_GET(TIMER); in main() local
/Zephyr-latest/drivers/counter/
Dcounter_timer_shell.c25 static void timer_top_handler(const struct device *counter_dev, void *user_data) in timer_top_handler()
32 static void timer_alarm_handler(const struct device *counter_dev, uint8_t chan_id, in timer_alarm_handler()
/Zephyr-latest/drivers/timer/
Dmcux_os_timer.c40 static const struct device *counter_dev; variable
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c67 static const struct device *const counter_dev = variable
/Zephyr-latest/drivers/watchdog/
Dwdt_andes_atcwdt200.c97 static void wdt_counter_cb(const struct device *counter_dev, uint8_t chan_id, in wdt_counter_cb()