Skip to content

Commit 1d3bc28

Browse files
committed
drivers: clock_control: Remove false description of clock_control_async_on
Description of clock_control_async_on contained information about delayed start which is not supported by this function call. Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent b329312 commit 1d3bc28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/drivers/clock_control.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ static inline int clock_control_off(struct device *dev,
134134
/**
135135
* @brief Request clock to start with notification when clock has been started.
136136
*
137-
* User can request delayed start by providing exact information when clock
138-
* should be ready. Driver ensures that clock is ready before requested time.
139-
* It is the driver responsibility to take into account clock startup time.
140137
* When clock is already running user callback will be called from the context
141138
* of the function call else it is called from other context (e.g. clock
142139
* interrupt).

0 commit comments

Comments
 (0)