macro_rules! peripherals { ($($(#[$cfg:meta])? $name:ident),*$(,)?) => { ... }; }
Defining peripheral type.