pub enum ETPW {
NOTINVERTED,
INVERTED,
}
Expand description
Values that can be written to the field ETP
Variants§
NOTINVERTED
ETR is noninverted, active at high level or rising edge
INVERTED
ETR is inverted, active at low level or falling edge
Auto Trait Implementations§
impl Freeze for ETPW
impl RefUnwindSafe for ETPW
impl Send for ETPW
impl Sync for ETPW
impl Unpin for ETPW
impl UnwindSafe for ETPW
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