Macro kernel::debug_gpio
source ยท macro_rules! debug_gpio { ($i:tt, $method:ident $(,)?) => { ... }; }
Expand description
In-kernel gpio debugging that accepts any GPIO HIL method.
macro_rules! debug_gpio { ($i:tt, $method:ident $(,)?) => { ... }; }
In-kernel gpio debugging that accepts any GPIO HIL method.