Type Alias PrescalerR
pub type PrescalerR = FieldReader<Prescaler>;Expand description
Field PRESCALER reader - Prescaler Divider Select
Aliased Type§
pub struct PrescalerR { /* private fields */ }Implementations§
§impl PrescalerR
impl PrescalerR
pub fn is_000(&self) -> bool
pub fn is_000(&self) -> bool
Counting uses the peripheral clock divided by MULT (the multiplication factor).
pub fn is_001(&self) -> bool
pub fn is_001(&self) -> bool
Counting uses the peripheral clock divided by 2 x MULT (the multiplication factor).
pub fn is_010(&self) -> bool
pub fn is_010(&self) -> bool
Counting uses the peripheral clock divided by 4 x MULT (the multiplication factor).
pub fn is_011(&self) -> bool
pub fn is_011(&self) -> bool
Counting uses the peripheral clock divided by 8 x MULT (the multiplication factor).
pub fn is_100(&self) -> bool
pub fn is_100(&self) -> bool
Counting uses the peripheral clock divided by 16 x MULT (the multiplication factor).
pub fn is_101(&self) -> bool
pub fn is_101(&self) -> bool
Counting uses the peripheral clock divided by 32 x MULT (the multiplication factor).