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