incubator-nuttx/drivers/clk
hujun5 061be5f18e refine: move BIT Macro to nuttx/bits.h
The BIT macro is widely used in NuttX,
and to achieve a unified strategy,
we have placed the implementation of the BIT macro
in bits.h to simplify code implementation.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2023-10-12 14:52:56 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
clk.c clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00
clk.h refine: move BIT Macro to nuttx/bits.h 2023-10-12 14:52:56 +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 clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00
clk_phase.c
clk_rpmsg.c clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00