Skip to main content

PvControl

Trait PvControl 

Source
pub trait PvControl: Cia402Control {
    // Provided method
    fn set_halt(&mut self, v: bool) { ... }
}
Expand description

Profile Velocity (PV) mode control word bits.

Provided Methods§

Source

fn set_halt(&mut self, v: bool)

Bit 8 — Halt: decelerate to zero velocity.

Implementors§