pub struct OneShot;Expand description
Marker struct for the touch peripherals manual trigger mode. In the technical reference manual, this is referred to as “start FSM via software”.
Trait Implementations§
impl TouchMode for OneShot
Available on crate feature
unstable only.