Enum Pincfg
#[repr(u8)]pub enum Pincfg {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Shifter Pin Configuration
Value on reset: 0
Variants§
_0 = 0
0: Shifter pin output disabled
_1 = 1
1: Shifter pin open drain or bidirectional output enable
_10 = 2
2: Shifter pin bidirectional output data
_11 = 3
3: Shifter pin output
Trait Implementations§
impl Copy for Pincfg
impl Eq for Pincfg
impl IsEnum for Pincfg
impl StructuralPartialEq for Pincfg
Auto Trait Implementations§
impl Freeze for Pincfg
impl RefUnwindSafe for Pincfg
impl Send for Pincfg
impl Sync for Pincfg
impl Unpin for Pincfg
impl UnwindSafe for Pincfg
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