笔记--STM32寄存器地址映射

C语言回顾:指向结构体变量的指针 例如:struct student *p  //p可以指向struct student 类型的变量或数组元素; 例题: main() {  struct student   {     char name[20];     //姓名     int num;        //学号     int age;        //年龄     char group; 
相关文章
相关标签/搜索