PcsR

Type Alias PcsR 

pub type PcsR = FieldReader<Pcs>;
Expand description

Field PCS reader - Peripheral Clock Source Select

Aliased Type§

pub struct PcsR { /* private fields */ }

Implementations§

§

impl PcsR

pub const fn variant(&self) -> Pcs

Get enumerated values variant

pub fn is_000(&self) -> bool

Clock is off.

pub fn is_001(&self) -> bool

Clock option 1

pub fn is_010(&self) -> bool

Clock option 2

pub fn is_011(&self) -> bool

Clock option 3

pub fn is_100(&self) -> bool

Clock option 4

pub fn is_101(&self) -> bool

Clock option 5

pub fn is_110(&self) -> bool

Clock option 6

pub fn is_111(&self) -> bool

Clock option 7