TmsW

Type Alias TmsW 

pub type TmsW<'a, REG> = BitWriter<'a, REG, Tms>;
Expand description

Field TMS writer - Timer Mode Select

Aliased Type§

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

Implementations§

§

impl<'a, REG> TmsW<'a, REG>
where REG: Writable + RegisterSpec,

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

Time Counter mode.

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

Pulse Counter mode.