TpsR

Type Alias TpsR 

pub type TpsR = FieldReader<Tps>;
Expand description

Field TPS reader - Timer Pin Select

Aliased Type§

pub struct TpsR { /* private fields */ }

Implementations§

§

impl TpsR

pub const fn variant(&self) -> Tps

Get enumerated values variant

pub fn is_00(&self) -> bool

Pulse counter input 0 is selected.

pub fn is_01(&self) -> bool

Pulse counter input 1 is selected.

pub fn is_10(&self) -> bool

Pulse counter input 2 is selected.

pub fn is_11(&self) -> bool

Pulse counter input 3 is selected.