Struct stm32f30x_memory_map::rcc::CsrW
[−]
[src]
pub struct CsrW { /* fields omitted */ }
Methods
impl CsrW
[src]
fn reset_value() -> Self
Reset value
fn lsion(&mut self, value: bool) -> &mut Self
Bit 0 - Internal low speed oscillator enable
fn rmvf(&mut self, value: bool) -> &mut Self
Bit 24 - Remove reset flag
fn oblrstf(&mut self, value: bool) -> &mut Self
Bit 25 - Option byte loader reset flag
fn pinrstf(&mut self, value: bool) -> &mut Self
Bit 26 - PIN reset flag
fn porrstf(&mut self, value: bool) -> &mut Self
Bit 27 - POR/PDR reset flag
fn sftrstf(&mut self, value: bool) -> &mut Self
Bit 28 - Software reset flag
fn iwdgrstf(&mut self, value: bool) -> &mut Self
Bit 29 - Independent watchdog reset flag
fn wwdgrstf(&mut self, value: bool) -> &mut Self
Bit 30 - Window watchdog reset flag
fn lpwrrstf(&mut self, value: bool) -> &mut Self
Bit 31 - Low-power reset flag
Trait Implementations
impl Clone for CsrW
[src]
fn clone(&self) -> CsrW
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more