TmsR

Type Alias TmsR 

pub type TmsR = BitReader<Tms>;
Expand description

Field TMS reader - Timer Mode Select

Aliased Type§

pub struct TmsR { /* private fields */ }

Implementations§

§

impl TmsR

pub const fn variant(&self) -> Tms

Get enumerated values variant

pub fn is_0(&self) -> bool

Time Counter mode.

pub fn is_1(&self) -> bool

Pulse Counter mode.