EnW

Type Alias EnW 

Source
pub type EnW<'a, REG> = BitWriter<'a, REG, En>;
Expand description

Field EN writer - Real Time Clock Enable. This bit enables the Real Time Clock. This bit can only be written when WE=1 and BUSY =0. Change to this bit is effective only after BUSY is cleared from 1 to 0.

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable.

Source

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

Enable.