Can somebody explain purpose of this construction: typedef enum { ALT0 = 0x100, ALT1 = 0x200, ALT2 = 0x300, ALT3 = 0x400 } ALTx;. if it defines pin alternate ...
確定! 回上一頁