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