Enum Sbc1
pub enum Sbc1 {
_0 = 0,
_1 = 1,
}Expand description
SBC1
Value on reset: 0
Variants§
_0 = 0
0: No single-bit correction event on Memory 1 detected
_1 = 1
1: Single-bit correction event on Memory 1 detected
Trait Implementations§
impl Copy for Sbc1
impl Eq for Sbc1
impl StructuralPartialEq for Sbc1
Auto Trait Implementations§
impl Freeze for Sbc1
impl RefUnwindSafe for Sbc1
impl Send for Sbc1
impl Sync for Sbc1
impl Unpin for Sbc1
impl UnwindSafe for Sbc1
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