PcdR

Type Alias PcdR 

pub type PcdR = FieldReader<Pcd>;
Expand description

Field PCD reader - Peripheral Clock Divider Select

Aliased Type§

pub struct PcdR { /* private fields */ }

Implementations§

§

impl PcdR

pub const fn variant(&self) -> Pcd

Get enumerated values variant

pub fn is_000(&self) -> bool

Divide by 1.

pub fn is_001(&self) -> bool

Divide by 2.

pub fn is_010(&self) -> bool

Divide by 3.

pub fn is_011(&self) -> bool

Divide by 4.

pub fn is_100(&self) -> bool

Divide by 5.

pub fn is_101(&self) -> bool

Divide by 6.

pub fn is_110(&self) -> bool

Divide by 7.

pub fn is_111(&self) -> bool

Divide by 8.