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