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