Type Alias Prescaler1R

Source
pub type Prescaler1R = FieldReader<Prescaler1select>;
Expand description

Field PRESCALER1 reader - Debouncer Prescaler

Aliased Type§

struct Prescaler1R { /* private fields */ }

Implementations§

Source§

impl Prescaler1R

Source

pub const fn variant(&self) -> Prescaler1select

Get enumerated values variant

Source

pub fn is_div2(&self) -> bool

EIC clock divided by 2

Source

pub fn is_div4(&self) -> bool

EIC clock divided by 4

Source

pub fn is_div8(&self) -> bool

EIC clock divided by 8

Source

pub fn is_div16(&self) -> bool

EIC clock divided by 16

Source

pub fn is_div32(&self) -> bool

EIC clock divided by 32

Source

pub fn is_div64(&self) -> bool

EIC clock divided by 64

Source

pub fn is_div128(&self) -> bool

EIC clock divided by 128

Source

pub fn is_div256(&self) -> bool

EIC clock divided by 256