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

Defining peripheral type.