PcsR

Type Alias PcsR 

pub type PcsR = FieldReader<Pcs>;
Expand description

Field PCS reader - Prescaler Clock Select

Aliased Type§

pub struct PcsR { /* private fields */ }

Implementations§

§

impl PcsR

pub const fn variant(&self) -> Pcs

Get enumerated values variant

pub fn is_00(&self) -> bool

Prescaler/glitch filter clock 0 selected.

pub fn is_01(&self) -> bool

Prescaler/glitch filter clock 1 selected.

pub fn is_10(&self) -> bool

Prescaler/glitch filter clock 2 selected.

pub fn is_11(&self) -> bool

Prescaler/glitch filter clock 3 selected.