incubator-nuttx/drivers/clk
lipengfei28 ca39dc2e74 math: Optimize the implementation of log2ceil and log2floor
and move common math funtions to math32.h:
div_round_up
div_round_closest
is_power_of_2
roundup_pow_of_two
rounddown_pow_of_two

Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
2024-09-23 10:03:54 +02:00
..
CMakeLists.txt
Kconfig
Make.defs
clk.c
clk.h math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
clk_divider.c math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
clk_fixed_factor.c
clk_fixed_rate.c
clk_fractional_divider.c
clk_gate.c
clk_multiplier.c
clk_mux.c
clk_phase.c math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
clk_rpmsg.c