Type Alias Prescaler0W

Source
pub type Prescaler0W<'a, REG> = FieldWriter<'a, REG, 3, Prescaler0select, Safe>;
Expand description

Field PRESCALER0 writer - Debouncer Prescaler

Aliased Type§

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

Implementations§

Source§

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

Source

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

EIC clock divided by 2

Source

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

EIC clock divided by 4

Source

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

EIC clock divided by 8

Source

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

EIC clock divided by 16

Source

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

EIC clock divided by 32

Source

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

EIC clock divided by 64

Source

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

EIC clock divided by 128

Source

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

EIC clock divided by 256