Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个只有 4 位的端口,但我正在向它写入 0xFF 和 0xF。会发生什么?它会截断最重要的 4 位还是什么?
谢谢。
是的,该表达式(用 0x0F 屏蔽)将从值中获取低 4 位。希望您的端口连接到总线的 4 个最低有效位 - 您需要查阅硬件文档。