4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-07 18:44:34 +08:00
wumingzi 6481633ec6
[doxygen] add doxygen comment for clk.c and clk.h (#9950)
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 <1078249029@qq.com>
2025-01-27 15:54:13 +08:00
..
2025-01-14 14:18:39 +08:00
2024-11-03 10:08:45 +08:00
2023-10-30 08:24:55 -04:00
2024-02-23 17:49:15 +08:00