pub struct SgiModuleIdSpec;Expand description
Module ID
You can read this register and get sgi_module_id::R. See API.
Trait Implementations§
impl Readable for SgiModuleIdSpec
read() method returns sgi_module_id::R reader structure
Source§impl RegisterSpec for SgiModuleIdSpec
impl RegisterSpec for SgiModuleIdSpec
Source§impl Resettable for SgiModuleIdSpec
reset() method sets sgi_module_id to value 0
impl Resettable for SgiModuleIdSpec
reset() method sets sgi_module_id to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
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 SgiModuleIdSpec
impl RefUnwindSafe for SgiModuleIdSpec
impl Send for SgiModuleIdSpec
impl Sync for SgiModuleIdSpec
impl Unpin for SgiModuleIdSpec
impl UnsafeUnpin for SgiModuleIdSpec
impl UnwindSafe for SgiModuleIdSpec
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