MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / clk_put

Function clk_put

components/drivers/clk/clk.c:65–68  ·  view source on GitHub ↗

* @brief Decrease reference count for clock node * * @param clk_np point to clock node * */

Source from the content-addressed store, hash-verified

63 *
64 */
65rt_inline void clk_put(struct rt_clk_node *clk_np)
66{
67 rt_ref_put(&clk_np->ref, &clk_release);
68}
69
70/**
71 * @brief Allocate memory space for struct clock and return it

Callers 1

rt_clk_putFunction · 0.70

Calls 1

rt_ref_putFunction · 0.85

Tested by

no test coverage detected