pub struct MODULE_ID_SPEC;Expand description
Trait Implementations§
Source§impl Readable for MODULE_ID_SPEC
read() method returns module_id::R reader structure
impl Readable for MODULE_ID_SPEC
read() method returns module_id::R reader structure
Source§impl RegisterSpec for MODULE_ID_SPEC
impl RegisterSpec for MODULE_ID_SPEC
Source§impl Resettable for MODULE_ID_SPEC
reset() method sets MODULE_ID to value 0xc40a_0b00
impl Resettable for MODULE_ID_SPEC
reset() method sets MODULE_ID to value 0xc40a_0b00
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MODULE_ID_SPEC
impl RefUnwindSafe for MODULE_ID_SPEC
impl Send for MODULE_ID_SPEC
impl Sync for MODULE_ID_SPEC
impl Unpin for MODULE_ID_SPEC
impl UnsafeUnpin for MODULE_ID_SPEC
impl UnwindSafe for MODULE_ID_SPEC
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