Type Alias DTPS_W

Source
pub type DTPS_W<'a, REG> = FieldWriter<'a, REG, 2, DTPS_A, Safe>;
Expand description

Field DTPS writer - No Description.

Aliased Type§

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

Implementations§

Source§

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

Source

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

No Prescaling

Source

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

Division factor 2

Source

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

Division factor 4

Source

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

Division factor 8