Struct SdidSpec
pub struct SdidSpec;Expand description
Trait Implementations§
§impl Resettable for SdidSpec
reset() method sets SDID to value 0
impl Resettable for SdidSpec
reset() method sets SDID to value 0
§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SdidSpec
read() method returns sdid::R reader structure
Auto Trait Implementations§
impl Freeze for SdidSpec
impl RefUnwindSafe for SdidSpec
impl Send for SdidSpec
impl Sync for SdidSpec
impl Unpin for SdidSpec
impl UnwindSafe for SdidSpec
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