Struct stm32wlxx_hal::pac::rcc::apb1smenr2::APB1SMENR2_SPEC
pub struct APB1SMENR2_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
APB1 peripheral clocks enable in Sleep mode register 2
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see apb1smenr2 module
Trait Implementations§
§impl Readable for APB1SMENR2_SPEC
impl Readable for APB1SMENR2_SPEC
read()
method returns apb1smenr2::R reader structure
§impl RegisterSpec for APB1SMENR2_SPEC
impl RegisterSpec for APB1SMENR2_SPEC
§impl Resettable for APB1SMENR2_SPEC
impl Resettable for APB1SMENR2_SPEC
reset()
method sets APB1SMENR2 to value 0x61
§fn reset_value() -> <APB1SMENR2_SPEC as RegisterSpec>::Ux
fn reset_value() -> <APB1SMENR2_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for APB1SMENR2_SPEC
impl Writable for APB1SMENR2_SPEC
write(|w| ..)
method takes apb1smenr2::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for APB1SMENR2_SPEC
impl Send for APB1SMENR2_SPEC
impl Sync for APB1SMENR2_SPEC
impl Unpin for APB1SMENR2_SPEC
impl UnwindSafe for APB1SMENR2_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