pub struct MODULEINFO_SPEC;Expand description
Module Information
This register you can read. See API.
For information about available fields see moduleinfo module
Trait Implementations§
Source§impl Readable for MODULEINFO_SPEC
read() method returns moduleinfo::R reader structure
impl Readable for MODULEINFO_SPEC
read() method returns moduleinfo::R reader structure
Source§impl RegisterSpec for MODULEINFO_SPEC
impl RegisterSpec for MODULEINFO_SPEC
Source§impl Resettable for MODULEINFO_SPEC
reset() method sets MODULEINFO to value 0xffff_ffff
impl Resettable for MODULEINFO_SPEC
reset() method sets MODULEINFO to value 0xffff_ffff
Source§const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <efm32pg22c200::devinfo::moduleinfo::MODULEINFO_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <efm32pg22c200::devinfo::moduleinfo::MODULEINFO_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MODULEINFO_SPEC
impl RefUnwindSafe for MODULEINFO_SPEC
impl Send for MODULEINFO_SPEC
impl Sync for MODULEINFO_SPEC
impl Unpin for MODULEINFO_SPEC
impl UnwindSafe for MODULEINFO_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