TpsW

Type Alias TpsW 

pub type TpsW<'a, REG> = FieldWriter<'a, REG, 2, Tps, Safe>;
Expand description

Field TPS writer - Timer Pin Select

Aliased Type§

pub struct TpsW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> TpsW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _00(self) -> &'a mut W<REG>

Pulse counter input 0 is selected.

pub fn _01(self) -> &'a mut W<REG>

Pulse counter input 1 is selected.

pub fn _10(self) -> &'a mut W<REG>

Pulse counter input 2 is selected.

pub fn _11(self) -> &'a mut W<REG>

Pulse counter input 3 is selected.