Rmonar

Type Alias Rmonar 

Source
pub type Rmonar = RegValueT<Rmonar_SPEC>;
Expand description

Month Alarm Register (in Calendar Count Mode)

Aliased Type§

pub struct Rmonar { /* private fields */ }

Implementations§

Source§

impl Rmonar

Source

pub fn mon1(self) -> RegisterField<0, 0xf, 1, 0, u8, u8, Rmonar_SPEC, RW>

1 Month

Source

pub fn mon10(self) -> RegisterFieldBool<4, 1, 0, Rmonar_SPEC, RW>

10 Months

Source

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

ENB

Trait Implementations§

Source§

impl Default for Rmonar

Source§

fn default() -> Rmonar

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