PrescalerR

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

pub const fn variant(&self) -> Prescaler

Get enumerated values variant

pub fn is_000(&self) -> bool

Counting uses the peripheral clock divided by MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 4 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 16 x MULT (the multiplication factor).

pub fn is_101(&self) -> bool

Counting uses the peripheral clock divided by 32 x MULT (the multiplication factor).

pub fn is_110(&self) -> bool

Counting uses the peripheral clock divided by 64 x MULT (the multiplication factor).

pub fn is_111(&self) -> bool

Counting uses the peripheral clock divided by 128 x MULT (the multiplication factor).