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