Enum Pefsize
#[repr(u8)]pub enum Pefsize {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
}Expand description
Parity/ECC Fault Master Size
Value on reset: 0
Variants§
_000 = 0
0: 8-bit access
_001 = 1
1: 16-bit access
_010 = 2
2: 32-bit access
_011 = 3
3: 64-bit access
Trait Implementations§
impl Copy for Pefsize
impl Eq for Pefsize
impl IsEnum for Pefsize
impl StructuralPartialEq for Pefsize
Auto Trait Implementations§
impl Freeze for Pefsize
impl RefUnwindSafe for Pefsize
impl Send for Pefsize
impl Sync for Pefsize
impl Unpin for Pefsize
impl UnwindSafe for Pefsize
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