This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-18 19:50:47 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
1b97c05ab564cb3907200366f1aa61af14ca531a
nuttx
/
drivers
/
clk
T
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
…
Make.defs
…