Radj

Type Alias Radj 

Source
pub type Radj = RegValueT<Radj_SPEC>;
Expand description

Time Error Adjustment Register

Aliased Type§

pub struct Radj { /* private fields */ }

Implementations§

Source§

impl Radj

Source

pub fn adj(self) -> RegisterField<0, 0x3f, 1, 0, u8, u8, Radj_SPEC, RW>

Adjustment Value

Source

pub fn pmadj(self) -> RegisterField<6, 0x3, 1, 0, Pmadj, Pmadj, Radj_SPEC, RW>

Plus-Minus

Trait Implementations§

Source§

impl Default for Radj

Source§

fn default() -> Radj

Returns the “default value” for a type. Read more