#[repr(u8)]pub enum Pcscfg {
CHIP_SELECT = 0,
HALFDUPLEX4BIT = 1,
}Variants§
CHIP_SELECT = 0
PCS[3:2] are configured for chip select function
HALFDUPLEX4BIT = 1
PCS[3:2] are configured for half-duplex 4-bit transfers (PCS[3:2] = DATA[3:2])
Implementations§
Trait Implementations§
Source§impl Ord for Pcscfg
impl Ord for Pcscfg
Source§impl PartialOrd for Pcscfg
impl PartialOrd for Pcscfg
impl Copy for Pcscfg
impl Eq for Pcscfg
impl StructuralPartialEq for Pcscfg
Auto Trait Implementations§
impl Freeze for Pcscfg
impl RefUnwindSafe for Pcscfg
impl Send for Pcscfg
impl Sync for Pcscfg
impl Unpin for Pcscfg
impl UnwindSafe for Pcscfg
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