Type Alias PrescalerR

Source
pub type PrescalerR = FieldReader<Prescalerselect>;
Expand description

Field PRESCALER reader - Prescaler

Aliased Type§

struct PrescalerR { /* private fields */ }

Implementations§

Source§

impl PrescalerR

Source

pub const fn variant(&self) -> Prescalerselect

Get enumerated values variant

Source

pub fn is_div1(&self) -> bool

No division

Source

pub fn is_div2(&self) -> bool

Divide by 2

Source

pub fn is_div4(&self) -> bool

Divide by 4

Source

pub fn is_div8(&self) -> bool

Divide by 8

Source

pub fn is_div16(&self) -> bool

Divide by 16

Source

pub fn is_div64(&self) -> bool

Divide by 64

Source

pub fn is_div256(&self) -> bool

Divide by 256

Source

pub fn is_div1024(&self) -> bool

Divide by 1024