nuttx/drivers/clk
2023-09-19 10:34:48 +08:00
..
clk_divider.c Solve the risk of dividing by 0 when setting frequency points 2023-09-10 13:36:16 +03:00
clk_fixed_factor.c
clk_fixed_rate.c
clk_fractional_divider.c
clk_gate.c
clk_multiplier.c
clk_mux.c drivers/clk: Change CLK_SET_RATE_NO_REPARENT to CLK_MUX_SET_RATE_NO_REPARENT 2023-09-05 18:05:50 +03:00
clk_phase.c
clk_rpmsg.c rpmsgclk: allow client to disable clk of server 2023-07-28 06:57:29 -07:00
clk.c clock flags add CLK_OPS_PARENT_ENABLE, parents need enable during gate/ungate, set rate and re-parent 2023-09-19 10:34:48 +08:00
clk.h
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs