Rseccnt

Type Alias Rseccnt 

Source
pub type Rseccnt = RegValueT<Rseccnt_SPEC>;
Expand description

Second Counter (in Calendar Count Mode)

Aliased Type§

pub struct Rseccnt { /* private fields */ }

Implementations§

Source§

impl Rseccnt

Source

pub fn sec1(self) -> RegisterField<0, 0xf, 1, 0, u8, u8, Rseccnt_SPEC, RW>

1-Second Count

Source

pub fn sec10(self) -> RegisterField<4, 0x7, 1, 0, u8, u8, Rseccnt_SPEC, RW>

10-Second Count

Trait Implementations§

Source§

impl Default for Rseccnt

Source§

fn default() -> Rseccnt

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