Struct zinc_hal_lpc11xx::ioregs::SYSCON_systckcal_Get [] [src]

pub struct SYSCON_systckcal_Get {
    // some fields omitted
}

SYSTCKCAL: System tick counter calibration

Methods

impl SYSCON_systckcal_Get

fn new(reg: &SYSCON_systckcal) -> SYSCON_systckcal_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn cal(&self) -> u32

Get value of CAL field: System tick timer calibration value

Trait Implementations

impl Copy for SYSCON_systckcal_Get

Derived Implementations

impl Clone for SYSCON_systckcal_Get

fn clone(&self) -> SYSCON_systckcal_Get

fn clone_from(&mut self, source: &Self)