DivslowR

Type Alias DivslowR 

pub type DivslowR = FieldReader<Divslow>;
Expand description

Field DIVSLOW reader - Slow Clock Divide Ratio

Aliased Type§

pub struct DivslowR { /* private fields */ }

Implementations§

§

impl DivslowR

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

Get enumerated values variant

pub fn is_0000(&self) -> bool

Divide-by-1

pub fn is_0001(&self) -> bool

Divide-by-2

pub fn is_0010(&self) -> bool

Divide-by-3

pub fn is_0011(&self) -> bool

Divide-by-4

pub fn is_0100(&self) -> bool

Divide-by-5

pub fn is_0101(&self) -> bool

Divide-by-6

pub fn is_0110(&self) -> bool

Divide-by-7

pub fn is_0111(&self) -> bool

Divide-by-8