#[repr(transparent)]pub struct RRepair11(pub u32);Expand description
BIST Repair 1 Block 1 Register
Tuple Fields§
§0: u32Implementations§
Source§impl RRepair11
impl RRepair11
Sourcepub const fn rdis1_1(&self) -> RRepair11Rdis11
pub const fn rdis1_1(&self) -> RRepair11Rdis11
Control Repair 1 in Block 1.
Sourcepub const fn set_rdis1_1(&mut self, val: RRepair11Rdis11)
pub const fn set_rdis1_1(&mut self, val: RRepair11Rdis11)
Control Repair 1 in Block 1.
Sourcepub const fn set_radr1_1(&mut self, val: u8)
pub const fn set_radr1_1(&mut self, val: u8)
XADR for Repair 1 in Block 1.
Trait Implementations§
impl Copy for RRepair11
impl Eq for RRepair11
impl StructuralPartialEq for RRepair11
Auto Trait Implementations§
impl Freeze for RRepair11
impl RefUnwindSafe for RRepair11
impl Send for RRepair11
impl Sync for RRepair11
impl Unpin for RRepair11
impl UnwindSafe for RRepair11
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