Type Alias Prescaler0R

Source
pub type Prescaler0R = FieldReader<Prescaler0select>;
Expand description

Field PRESCALER0 reader - Debouncer Prescaler

Aliased Type§

struct Prescaler0R { /* private fields */ }

Implementations§

Source§

impl Prescaler0R

Source

pub const fn variant(&self) -> Prescaler0select

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