Enum Outcfg
pub enum Outcfg {
_0 = 0,
_1 = 1,
}Expand description
Output Config
Value on reset: 0
Variants§
_0 = 0
0: Output data retains last value when chip select is negated.
_1 = 1
1: Output data is tristated when chip select is negated.
Trait Implementations§
impl Copy for Outcfg
impl Eq for Outcfg
impl StructuralPartialEq for Outcfg
Auto Trait Implementations§
impl Freeze for Outcfg
impl RefUnwindSafe for Outcfg
impl Send for Outcfg
impl Sync for Outcfg
impl Unpin for Outcfg
impl UnwindSafe for Outcfg
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