pub trait PvControl: Cia402Control {
// Provided method
fn set_halt(&mut self, v: bool) { ... }
}Expand description
Profile Velocity (PV) mode control word bits.
pub trait PvControl: Cia402Control {
// Provided method
fn set_halt(&mut self, v: bool) { ... }
}Profile Velocity (PV) mode control word bits.