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