#[repr(u8)]pub enum Pincfg {
Disable = 0,
OpendBidirouten = 1,
BidirOutdata = 2,
Output = 3,
}Expand description
Shifter Pin Configuration
Value on reset: 0
Variants§
Disable = 0
0: Shifter pin output disabled
OpendBidirouten = 1
1: Shifter pin open-drain or bidirectional output enable
BidirOutdata = 2
2: Shifter pin bidirectional output data
Output = 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 UnsafeUnpin 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