Enum Phapol
pub enum Phapol {
_0 = 0,
_1 = 1,
}Expand description
Phase A Input Polarity
Value on reset: 0
Variants§
_0 = 0
0: Normal polarity. Phase A input signal is not inverted before identifying the rising and falling edges of this signal.
_1 = 1
1: Inverted polarity. Phase A input signal is inverted before identifying the rising and falling edges of this signal.
Trait Implementations§
impl Copy for Phapol
impl Eq for Phapol
impl StructuralPartialEq for Phapol
Auto Trait Implementations§
impl Freeze for Phapol
impl RefUnwindSafe for Phapol
impl Send for Phapol
impl Sync for Phapol
impl Unpin for Phapol
impl UnwindSafe for Phapol
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more