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