PbypR

Type Alias PbypR 

pub type PbypR = BitReader<Pbyp>;
Expand description

Field PBYP reader - Prescaler Bypass

Aliased Type§

pub struct PbypR { /* private fields */ }

Implementations§

§

impl PbypR

pub const fn variant(&self) -> Pbyp

Get enumerated values variant

pub fn is_0(&self) -> bool

Prescaler/glitch filter is enabled.

pub fn is_1(&self) -> bool

Prescaler/glitch filter is bypassed.