Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_counter.c48 return counter_stop(counter); in wdt_counter_disable()
58 counter_stop(dev); in counter_alarm_callback()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_counter_timing.c72 ret = counter_stop(config->counter); in step_counter_timing_source_stop()
/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/
Dtest_counter_fixed_top.c51 err = counter_stop(dev); in counter_tear_down_instance()
/Zephyr-latest/drivers/timer/
Dmcux_os_timer.c158 counter_stop(counter_dev); in mcux_lpc_ostick_compensate_system_timer()
/Zephyr-latest/drivers/counter/
Dcounter_timer_shell.c85 counter_stop(timer_dev); in cmd_timer_stop()
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c194 err = counter_stop(dev); in counter_tear_down_instance()
479 err = counter_stop(dev); in test_single_shot_alarm_instance()
756 err = counter_stop(dev); in test_valid_function_without_alarm()
994 counter_stop(dev); in short_relative_capable()
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c60 err = counter_stop(dev); in counter_tear_down_instance()
310 err = counter_stop(dev); in test_single_shot_alarm_instance()
708 counter_stop(dev); in short_relative_capable()
/Zephyr-latest/subsys/testsuite/busy_sim/
Dbusy_sim.c172 err = counter_stop(config->counter); in busy_sim_stop()
/Zephyr-latest/include/zephyr/drivers/
Dcounter.h382 __syscall int counter_stop(const struct device *dev);
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c406 err = counter_stop(counter_dev); in ZTEST()