macro_rules! impl_port_traditional {
($($tts:tt)*) => { ... };
}
Expand description
A macro that implements port handling for a microcontroller.
macro_rules! impl_port_traditional {
($($tts:tt)*) => { ... };
}
A macro that implements port handling for a microcontroller.