MultR

Type Alias MultR 

pub type MultR = FieldReader<Mult>;
Expand description

Field MULT reader - Multiplication Factor Select for Prescaler

Aliased Type§

pub struct MultR { /* private fields */ }

Implementations§

§

impl MultR

pub const fn variant(&self) -> Mult

Get enumerated values variant

pub fn is_00(&self) -> bool

Multiplication factor is 1.

pub fn is_01(&self) -> bool

Multiplication factor is 10.

pub fn is_10(&self) -> bool

Multiplication factor is 20.

pub fn is_11(&self) -> bool

Multiplication factor is 40.