Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
135
unsigned long clk_get_apb_rate(void)
136
{
137
return clk_get_ddr_rate();
138
}
139
140
141
/*
Callers
9
i2c_init
Function · 0.70
ls1c_spi_get_div
Function · 0.70
pwm_init
Function · 0.70
timer_init
Function · 0.70
timer_get_time_ns
Function · 0.70
timer_int_init
Function · 0.70
wdt_keepalive
Function · 0.50
wdt_get_timeleft
Function · 0.50
wdt_set_timeout
Function · 0.50
Calls
1
clk_get_ddr_rate
Function · 0.70
Tested by
no test coverage detected