Type Alias PrescR

Source
pub type PrescR = FieldReader<Prescselect>;
Expand description

Field PRESC reader - Prescaler Value

Aliased Type§

struct PrescR { /* private fields */ }

Implementations§

Source§

impl PrescR

Source

pub const fn variant(&self) -> Option<Prescselect>

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_div32(&self) -> bool

Divide by 32

Source

pub fn is_div64(&self) -> bool

Divide by 64

Source

pub fn is_div128(&self) -> bool

Divide by 128

Source

pub fn is_div256(&self) -> bool

Divide by 256

Source

pub fn is_div512(&self) -> bool

Divide by 512

Source

pub fn is_div1024(&self) -> bool

Divide by 1024