Skip to content

Commit

Permalink
[doxygen] add doxygen comment for clk.c and clk.h
Browse files Browse the repository at this point in the history
Accroding to #9947 and #9424, adding doxygen comment for function in .c files and data structure, macro in .h file is a solution.For this pr, I encountered problem following situations.
    - rt_clk_unprepare function return value type is different from rt_clk_ops so I change type of rt_clk_unprepare and its dependencies.
    - clk_get function may be similar as rt_clk_unprepare but I'm not sure so not modify.
    - clk_release implements may be incomplete, so I just marked in comment.

Signed-off-by: 1078249029 <[email protected]>
  • Loading branch information
1078249029 committed Jan 25, 2025
1 parent 2a18d68 commit 1e184e6
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 34 deletions.
Loading

0 comments on commit 1e184e6

Please sign in to comment.