Enum Phbpol
pub enum Phbpol {
_0 = 0,
_1 = 1,
}Expand description
Phase B Input Polarity
Value on reset: 0
Variants§
_0 = 0
0: Normal polarity. Phase B input signal is not inverted before identifying the rising and falling edges of this signal.
_1 = 1
1: Inverted polarity. Phase B input signal is inverted before identifying the rising and falling edges of this signal.
Trait Implementations§
impl Copy for Phbpol
impl Eq for Phbpol
impl StructuralPartialEq for Phbpol
Auto Trait Implementations§
impl Freeze for Phbpol
impl RefUnwindSafe for Phbpol
impl Send for Phbpol
impl Sync for Phbpol
impl Unpin for Phbpol
impl UnwindSafe for Phbpol
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