TstopR

Type Alias TstopR 

pub type TstopR = FieldReader<Tstop>;
Expand description

Field TSTOP reader - Timer Stop Bit

Aliased Type§

pub struct TstopR { /* private fields */ }

Implementations§

§

impl TstopR

pub const fn variant(&self) -> Tstop

Get enumerated values variant

pub fn is_0(&self) -> bool

Stop bit disabled

pub fn is_1(&self) -> bool

Stop bit is enabled on timer compare

pub fn is_10(&self) -> bool

Stop bit is enabled on timer disable

pub fn is_11(&self) -> bool

Stop bit is enabled on timer compare and timer disable