pub enum SPE {
Disabled = 0,
Enabled = 1,
}
Expand description
SPI enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SPE
impl Eq for SPE
impl StructuralPartialEq for SPE
Auto Trait Implementations§
impl Freeze for SPE
impl RefUnwindSafe for SPE
impl Send for SPE
impl Sync for SPE
impl Unpin for SPE
impl UnwindSafe for SPE
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