Searched refs:clock_control_async_on (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | test_clock_control.c | 158 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/ |
D | clock_control.h | 170 static inline int clock_control_async_on(const struct device *dev, in clock_control_async_on() function
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 59 * 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
|