Rwkar

Type Alias Rwkar 

Source
pub type Rwkar = RegValueT<Rwkar_SPEC>;
Expand description

Day-of-Week Alarm Register (in Calendar Count Mode)

Aliased Type§

pub struct Rwkar { /* private fields */ }

Implementations§

Source§

impl Rwkar

Source

pub fn dayw(self) -> RegisterField<0, 0x7, 1, 0, Dayw, Dayw, Rwkar_SPEC, RW>

Day-of-Week Setting

Source

pub fn enb(self) -> RegisterField<7, 0x1, 1, 0, Enb, Enb, Rwkar_SPEC, RW>

ENB

Trait Implementations§

Source§

impl Default for Rwkar

Source§

fn default() -> Rwkar

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