PIN
#define PIN 2
#define PIN(bank, idx) (((bank) * NPINPERBANK) + (idx))
#undef PIN
#define PIN(_num, _name, _caps) \