Home
last modified time | relevance | path

Searched refs:clock_control_async_on (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c158 err = clock_control_async_on(dev, subsys, async_capable_callback, NULL); in async_capable()
204 err = clock_control_async_on(dev, subsys, clock_on_callback, &executed); in test_async_on_instance()
241 err = clock_control_async_on(dev, subsys, clock_on_callback, &executed); in test_async_on_stopped_on_instance()
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h170 static inline int clock_control_async_on(const struct device *dev, in clock_control_async_on() function
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst59 * The :c:func:`clock_control_async_on` function will now take ``callback`` and
1750 * :github:`27423` - RFC: API change: clock_control: Change parameters of clock_control_async_on