DtpsR

Type Alias DtpsR 

pub type DtpsR = FieldReader<Dtps>;
Expand description

Field DTPS reader - Deadtime Prescaler Value

Aliased Type§

pub struct DtpsR { /* private fields */ }

Implementations§

§

impl DtpsR

pub const fn variant(&self) -> Option<Dtps>

Get enumerated values variant

pub fn is_0x(&self) -> bool

Divide the FTM input clock by 1.

pub fn is_10(&self) -> bool

Divide the FTM input clock by 4.

pub fn is_11(&self) -> bool

Divide the FTM input clock by 16.