Home
last modified time | relevance | path

Searched defs:clock_control (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c141 ZTEST(clock_control, test_on_off_status) in ZTEST() argument
216 ZTEST(clock_control, test_async_on) in ZTEST() argument
255 ZTEST(clock_control, test_async_on_stopped) in ZTEST() argument
281 ZTEST(clock_control, test_double_start) in ZTEST() argument
305 ZTEST(clock_control, test_double_stop) in ZTEST() argument
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h78 typedef int (*clock_control)(const struct device *dev, typedef
/Zephyr-latest/drivers/pwm/
Dpwm_mcux_ctimer.c44 const struct device *clock_control; member