Trait avr_oxide::hal::generic::MuxControl
source · pub trait MuxControl {
// Required method
fn route(&self);
}
Expand description
Trait implemented to allow us to set portmux control bits
pub trait MuxControl {
// Required method
fn route(&self);
}
Trait implemented to allow us to set portmux control bits