CpeW

Type Alias CpeW 

pub type CpeW<'a, REG> = BitWriter<'a, REG, Cpe>;
Expand description

Field CPE writer - Clock Pin Enable

Aliased Type§

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

Implementations§

§

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

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

The RTC_CLKOUT function is disabled.

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

Enable RTC_CLKOUT function.