CpsW

Type Alias CpsW 

pub type CpsW<'a, REG> = BitWriter<'a, REG, Cps>;
Expand description

Field CPS writer - Clock Pin Select

Aliased Type§

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

Implementations§

§

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

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

The prescaler output clock (as configured by TSIC) is output on RTC_CLKOUT.

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

The RTC 32.768 kHz clock is output on RTC_CLKOUT, provided it is output to other peripherals.