MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / clk_get_apb_rate

Function clk_get_apb_rate

bsp/loongson/ls1cdev/libraries/ls1c_clock.c:135–138  ·  view source on GitHub ↗

* 获取APB频率 * @ret APB频率 */

Source from the content-addressed store, hash-verified

133 * @ret APB频率
134 */
135unsigned long clk_get_apb_rate(void)
136{
137 return clk_get_ddr_rate();
138}
139
140
141/*

Callers 9

i2c_initFunction · 0.70
ls1c_spi_get_divFunction · 0.70
pwm_initFunction · 0.70
timer_initFunction · 0.70
timer_get_time_nsFunction · 0.70
timer_int_initFunction · 0.70
wdt_keepaliveFunction · 0.50
wdt_get_timeleftFunction · 0.50
wdt_set_timeoutFunction · 0.50

Calls 1

clk_get_ddr_rateFunction · 0.70

Tested by

no test coverage detected