avr_hal_generic
macro_rules! renamed_pins { ( type Pin = $PinType:ident; $(#[$pins_attr:meta])* pub struct Pins from $McuPins:ty { $($(#[$pin_attr:meta])* pub $pin:ident: $Pin:ty = $pin_orig:ident,)+ } ) => { ... }; }