macro_rules! impl_port_traditional_old {
($($tts:tt)*) => { ... };
}
Expand description
A macro that implements port handling for an old microcontroller, that does not support toggling the output via the PIN register.
macro_rules! impl_port_traditional_old {
($($tts:tt)*) => { ... };
}
A macro that implements port handling for an old microcontroller, that does not support toggling the output via the PIN register.