Type Alias rp2040_pac::ppb::syst_calib::R

source ·
pub type R = R<SYST_CALIB_SPEC>;
Expand description

Register SYST_CALIB reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn tenms(&self) -> TENMS_R

Bits 0:23 - An optional Reload value to be used for 10ms (100Hz) timing, subject to system clock skew errors. If the value reads as 0, the calibration value is not known.

source

pub fn skew(&self) -> SKEW_R

Bit 30 - If reads as 1, the calibration value for 10ms is inexact (due to clock frequency).

source

pub fn noref(&self) -> NOREF_R

Bit 31 - If reads as 1, the Reference clock is not provided - the CLKSOURCE bit of the SysTick Control and Status register will be forced to 1 and cannot be cleared to 0.