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