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