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