components

Macro gpio_component_helper_owned

Source
macro_rules! gpio_component_helper_owned {
    (
        $Pin:ty,
        $($nr:literal => $pin:expr),* $(,)?
    ) => { ... };
}