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