阅读背景:

作为参数的位字段和函数的返回

来源:互联网 

I have the following type:

我有以下类型:

My_Union_t Data;
typedef union My_Union {
byte Byte;
 struct {
    byte b0:1;
    byte b1:1;                                       
    byte b2:1;
    byte b3:1;
    byte b4:1;
    byte b5:1;
    byte b6:1;
    byte b7:1;
 } Bits;
} My_Union_t;
My_Union



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: