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