Type Alias PrescalerW
pub type PrescalerW<'a, REG> = FieldWriter<'a, REG, 3, Prescaler, Safe>;Expand description
Field PRESCALER writer - Prescaler Divider Select
Aliased Type§
pub struct PrescalerW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> PrescalerW<'a, REG>
impl<'a, REG> PrescalerW<'a, REG>
pub fn _000(self) -> &'a mut W<REG>
pub fn _000(self) -> &'a mut W<REG>
Counting uses the peripheral clock divided by MULT (the multiplication factor).
pub fn _001(self) -> &'a mut W<REG>
pub fn _001(self) -> &'a mut W<REG>
Counting uses the peripheral clock divided by 2 x MULT (the multiplication factor).
pub fn _010(self) -> &'a mut W<REG>
pub fn _010(self) -> &'a mut W<REG>
Counting uses the peripheral clock divided by 4 x MULT (the multiplication factor).
pub fn _011(self) -> &'a mut W<REG>
pub fn _011(self) -> &'a mut W<REG>
Counting uses the peripheral clock divided by 8 x MULT (the multiplication factor).
pub fn _100(self) -> &'a mut W<REG>
pub fn _100(self) -> &'a mut W<REG>
Counting uses the peripheral clock divided by 16 x MULT (the multiplication factor).
pub fn _101(self) -> &'a mut W<REG>
pub fn _101(self) -> &'a mut W<REG>
Counting uses the peripheral clock divided by 32 x MULT (the multiplication factor).