Struct rp2040_pac::ppb::syst_calib::SYST_CALIB_SPEC
source · pub struct SYST_CALIB_SPEC;
Expand description
Use the SysTick Calibration Value Register to enable software to scale to any required speed using divide and multiply.
You can read
this register and get syst_calib::R
. See API.
Trait Implementations§
source§impl RegisterSpec for SYST_CALIB_SPEC
impl RegisterSpec for SYST_CALIB_SPEC
source§impl Resettable for SYST_CALIB_SPEC
impl Resettable for SYST_CALIB_SPEC
reset()
method sets SYST_CALIB to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SYST_CALIB_SPEC
read()
method returns syst_calib::R
reader structure
Auto Trait Implementations§
impl Freeze for SYST_CALIB_SPEC
impl RefUnwindSafe for SYST_CALIB_SPEC
impl Send for SYST_CALIB_SPEC
impl Sync for SYST_CALIB_SPEC
impl Unpin for SYST_CALIB_SPEC
impl UnwindSafe for SYST_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