DtpsW

Type Alias DtpsW 

pub type DtpsW<'a, REG> = FieldWriter<'a, REG, 2, Dtps>;
Expand description

Field DTPS writer - Deadtime Prescaler Value

Aliased Type§

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

Implementations§

§

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

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

Divide the FTM input clock by 1.

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

Divide the FTM input clock by 4.

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

Divide the FTM input clock by 16.