#[repr(transparent)]pub struct Ftest(pub u32);Expand description
Flash Test Register
Tuple Fields§
§0: u32Implementations§
Source§impl Ftest
impl Ftest
Sourcepub const fn set_tmectl(&mut self, val: Tmectl)
pub const fn set_tmectl(&mut self, val: Tmectl)
Test Mode Entry Control
Sourcepub const fn set_tmelock(&mut self, val: Tmelock)
pub const fn set_tmelock(&mut self, val: Tmelock)
Test Mode Entry Lock
Trait Implementations§
impl Copy for Ftest
impl Eq for Ftest
impl StructuralPartialEq for Ftest
Auto Trait Implementations§
impl Freeze for Ftest
impl RefUnwindSafe for Ftest
impl Send for Ftest
impl Sync for Ftest
impl Unpin for Ftest
impl UnwindSafe for Ftest
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