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