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