通过寄存器地址直接读写寄存器

print_log("****** register value is 0x%x\n", (*(volatile unsigned long *)0x4*******));

 

  (*(volatile unsigned long *)Address_hex) |= (1 << 10);

posted @ 2021-12-08 19:03  昆山皮皮虾  阅读(4)  评论(0编辑  收藏  举报