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

Types for the peripheral singletons.