macro_rules! bit { ($($pos:expr),*) => { ... }; }
生成位掩码的宏
let pinmsk: XwSq = bit!(0, 1, 2, 3); // 0b1111