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

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