pub struct EntrySpec;
Trait Implementations§
Source§impl Resettable for EntrySpec
reset()
method sets ENTRY to value 0x9f9f_c002
impl Resettable for EntrySpec
reset()
method sets ENTRY to value 0x9f9f_c002
Source§const RESET_VALUE: u32 = 2_678_046_722u32
const RESET_VALUE: u32 = 2_678_046_722u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for EntrySpec
read()
method returns entry::R
reader structure
Auto Trait Implementations§
impl Freeze for EntrySpec
impl RefUnwindSafe for EntrySpec
impl Send for EntrySpec
impl Sync for EntrySpec
impl Unpin for EntrySpec
impl UnwindSafe for EntrySpec
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