会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
www378660084
博客园
首页
新随笔
联系
管理
订阅
2025年11月20日
C语言非对齐访问解决方法
摘要: 部分嵌入式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)
公告