#[repr(u8)]pub enum Pwmbfs {
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 Pwmbfs
impl Ord for Pwmbfs
Source§impl PartialOrd for Pwmbfs
impl PartialOrd for Pwmbfs
impl Copy for Pwmbfs
impl Eq for Pwmbfs
impl StructuralPartialEq for Pwmbfs
Auto Trait Implementations§
impl Freeze for Pwmbfs
impl RefUnwindSafe for Pwmbfs
impl Send for Pwmbfs
impl Sync for Pwmbfs
impl Unpin for Pwmbfs
impl UnwindSafe for Pwmbfs
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