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 */ }