Struct stm32wlxx_hal::pac::flash::acr::ACR_SPEC
pub struct ACR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Resettable for ACR_SPEC
impl Resettable for ACR_SPEC
reset()
method sets ACR to value 0x0600
§fn reset_value() -> <ACR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <ACR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for ACR_SPEC
impl Send for ACR_SPEC
impl Sync for ACR_SPEC
impl Unpin for ACR_SPEC
impl UnwindSafe for ACR_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