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

Function reg_read_32

bsp/loongson/ls1cdev/libraries/ls1c_public.c:105–108  ·  view source on GitHub ↗

* �ӼĴ�������һ��32bit���� * @addr �Ĵ�����ַ * @ret ���������� */

Source from the content-addressed store, hash-verified

103 * @ret ����������
104 */
105unsigned int reg_read_32(volatile unsigned int *addr)
106{
107 return (*addr);
108}
109
110
111

Callers 9

clk_get_pll_rateFunction · 0.70
clk_get_cpu_rateFunction · 0.70
clk_get_ddr_rateFunction · 0.70
clk_get_dc_rateFunction · 0.70
timer_is_time_outFunction · 0.70
timer_get_time_nsFunction · 0.70
timer_print_regsFunction · 0.70
timer_int_clrFunction · 0.70
timer_cnt_clrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected