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

Define the peripherals struct.