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