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