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