Enum Pcscfg
pub enum Pcscfg {
_0 = 0,
_1 = 1,
}Expand description
Peripheral Chip Select Configuration
Value on reset: 0
Variants§
Trait Implementations§
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