PbypW

Type Alias PbypW 

pub type PbypW<'a, REG> = BitWriter<'a, REG, Pbyp>;
Expand description

Field PBYP writer - Prescaler Bypass

Aliased Type§

pub struct PbypW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> PbypW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Prescaler/glitch filter is enabled.

pub fn _1(self) -> &'a mut W<REG>

Prescaler/glitch filter is bypassed.