TsieR

Type Alias TsieR 

pub type TsieR = BitReader<Tsie>;
Expand description

Field TSIE reader - Time Seconds Interrupt Enable

Aliased Type§

pub struct TsieR { /* private fields */ }

Implementations§

§

impl TsieR

pub const fn variant(&self) -> Tsie

Get enumerated values variant

pub fn is_0(&self) -> bool

Seconds interrupt is disabled.

pub fn is_1(&self) -> bool

Seconds interrupt is enabled.