This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
drivers
/
clk
History
zhengshaobo1
09a81017b8
To solve the problem of unordered setting of div & mux, after solving the problem, the frequency will be set to mux first, and then div
...
Signed-off-by: zhengshaobo1 <zhengshaobo1@xiaomi.com>
2023-09-10 13:36:16 +03: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
To solve the problem of unordered setting of div & mux, after solving the problem, the frequency will be set to mux first, and then div
2023-09-10 13:36:16 +03:00
clk.h
nuttx: Use MIN/MAX definitions from "sys/param.h"
2023-02-01 23:47:44 +08:00
CMakeLists.txt
build: add initial cmake build system
2023-07-08 13:50:48 +08:00
Kconfig
openamp: Change the dependence from OPENAMP to RPTUN
2022-04-05 10:05:41 +03:00
Make.defs
tools: replace INCDIR to Makefile variable
2022-11-03 19:59:55 +08:00