摘要: 部分嵌入式CPU不支持非对齐访问,可以加个宏转换成packed方式按字节来访问 #include <stdio.h> #include <stdint.h> #define PACK_RW(x) ((struct{typeof(x) val;}__attribute__((packed))*)&(x 阅读全文
posted @ 2025-11-20 10:53 www378660084 阅读(3) 评论(0) 推荐(0)