clock_control: nrf: fix nrf_clock_control_get_startup_time desc
Fix the description of nrf_clock_control_get_startup_time which was missing documentation of the spec param and had a spelling mistake in it. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
parent
f19e7fdaf9
commit
73773abb4a
1 changed files with 2 additions and 1 deletions
|
@ -354,9 +354,10 @@ static inline int nrf_clock_control_resolve(const struct device *dev,
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Get the startup timme of a clock.
|
||||
* @brief Get the startup time of a clock.
|
||||
*
|
||||
* @param dev Device structure.
|
||||
* @param spec Clock specification to get startup time for.
|
||||
* @param startup_time_us Destination for startup time in microseconds.
|
||||
*
|
||||
* @retval Successful if successful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue