Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c179 ZTEST(clock_control, test_on_off_status) in ZTEST() argument
252 ZTEST(clock_control, test_async_on) in ZTEST() argument
291 ZTEST(clock_control, test_async_on_stopped) in ZTEST() argument
317 ZTEST(clock_control, test_double_start) in ZTEST() argument
341 ZTEST(clock_control, test_double_stop) in ZTEST() argument
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dclock_control.h76 typedef int (*clock_control)(const struct device *dev, typedef
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_mcux_ctimer.c44 const struct device *clock_control; member