TimoutR

Type Alias TimoutR 

pub type TimoutR = FieldReader<Timout>;
Expand description

Field TIMOUT reader - Timer Output

Aliased Type§

pub struct TimoutR { /* private fields */ }

Implementations§

§

impl TimoutR

pub const fn variant(&self) -> Timout

Get enumerated values variant

pub fn is_0(&self) -> bool

Timer output is logic one when enabled and is not affected by timer reset

pub fn is_1(&self) -> bool

Timer output is logic zero when enabled and is not affected by timer reset

pub fn is_10(&self) -> bool

Timer output is logic one when enabled and on timer reset

pub fn is_11(&self) -> bool

Timer output is logic zero when enabled and on timer reset