#[repr(u8)]pub enum Pwmxfs {
LOGIC_0 = 0,
LOGIC_1 = 1,
TRISTATED_2 = 2,
TRISTATED_3 = 3,
}Variants§
LOGIC_0 = 0
Output is forced to logic 0 state prior to consideration of output polarity control.
LOGIC_1 = 1
Output is forced to logic 1 state prior to consideration of output polarity control.
TRISTATED_2 = 2
Output is tristated.
TRISTATED_3 = 3
Output is tristated.
Implementations§
Trait Implementations§
Source§impl Ord for Pwmxfs
impl Ord for Pwmxfs
Source§impl PartialOrd for Pwmxfs
impl PartialOrd for Pwmxfs
impl Copy for Pwmxfs
impl Eq for Pwmxfs
impl StructuralPartialEq for Pwmxfs
Auto Trait Implementations§
impl Freeze for Pwmxfs
impl RefUnwindSafe for Pwmxfs
impl Send for Pwmxfs
impl Sync for Pwmxfs
impl Unpin for Pwmxfs
impl UnwindSafe for Pwmxfs
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