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

Function reg_write_32

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

* ��Ĵ�����дһ��32bit������ * @data ��д������� * @addr �Ĵ�����ַ */

Source from the content-addressed store, hash-verified

92 * @addr �Ĵ�����ַ
93 */
94void reg_write_32(unsigned int data, volatile unsigned int *addr)
95{
96 *addr = data;
97}
98
99
100/*

Callers 8

pwm_disableFunction · 0.70
pwm_enableFunction · 0.70
pwm_initFunction · 0.70
timer_initFunction · 0.70
timer_stopFunction · 0.70
timer_int_clrFunction · 0.70
timer_cnt_clrFunction · 0.70
timer_int_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected