Struct stm32wlxx_hal::pac::dbgmcu::idcoder::IDCODER_SPEC
pub struct IDCODER_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for IDCODER_SPEC
impl Readable for IDCODER_SPEC
read()
method returns idcoder::R reader structure
§impl RegisterSpec for IDCODER_SPEC
impl RegisterSpec for IDCODER_SPEC
§impl Resettable for IDCODER_SPEC
impl Resettable for IDCODER_SPEC
reset()
method sets IDCODER to value 0x1000_6497
§fn reset_value() -> <IDCODER_SPEC as RegisterSpec>::Ux
fn reset_value() -> <IDCODER_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for IDCODER_SPEC
impl Send for IDCODER_SPEC
impl Sync for IDCODER_SPEC
impl Unpin for IDCODER_SPEC
impl UnwindSafe for IDCODER_SPEC
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