這是什麼代碼行平均的:C和C++奇數語法「unsigned int:32;」
unsigned int :32 ;
它來源於:
typedef struct avr32_pwm_channel_t {
union {
unsigned long cmr ;//0x0000
avr32_pwm_cmr_t CMR ;
};
unsigned long cdty ;//0x0004
unsigned long cprd ;//0x0008
const unsigned long ccnt ;//0x000c
unsigned long cupd ;//0x0010
unsigned int :32 ;//0x0014
unsigned int :32 ;//0x0018
unsigned int :32 ;//0x001c
} avr32_pwm_channel_t;
我嘗試使用Google,但沒有發現任何
查找位字段。 – DeiDei
謝謝我現在在讀它 –