TimdisW

Type Alias TimdisW 

pub type TimdisW<'a, REG> = FieldWriter<'a, REG, 3, Timdis>;
Expand description

Field TIMDIS writer - Timer Disable

Aliased Type§

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

Implementations§

§

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

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

Timer never disabled

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

Timer disabled on Timer N-1 disable

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

Timer disabled on Timer compare

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

Timer disabled on Timer compare and Trigger Low

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

Timer disabled on Pin rising or falling edge

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

Timer disabled on Pin rising or falling edge provided Trigger is high

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

Timer disabled on Trigger falling edge