#[repr(transparent)]pub struct RPinCtrl(pub u32);Expand description
BIST Pin Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl RPinCtrl
impl RPinCtrl
Sourcepub const fn set_ifren1(&mut self, val: bool)
pub const fn set_ifren1(&mut self, val: bool)
IFR1 Enable
Sourcepub const fn set_recall(&mut self, val: bool)
pub const fn set_recall(&mut self, val: bool)
Recall Trim Code
Trait Implementations§
impl Copy for RPinCtrl
impl Eq for RPinCtrl
impl StructuralPartialEq for RPinCtrl
Auto Trait Implementations§
impl Freeze for RPinCtrl
impl RefUnwindSafe for RPinCtrl
impl Send for RPinCtrl
impl Sync for RPinCtrl
impl Unpin for RPinCtrl
impl UnwindSafe for RPinCtrl
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