Struct stm32f30x_memory_map::rcc::AhbrstrR
[−]
[src]
pub struct AhbrstrR { /* fields omitted */ }
Methods
impl AhbrstrR
[src]
fn ioparst(&self) -> bool
Bit 17 - I/O port A reset
fn iopbrst(&self) -> bool
Bit 18 - I/O port B reset
fn iopcrst(&self) -> bool
Bit 19 - I/O port C reset
fn iopdrst(&self) -> bool
Bit 20 - I/O port D reset
fn ioperst(&self) -> bool
Bit 21 - I/O port E reset
fn iopfrst(&self) -> bool
Bit 22 - I/O port F reset
fn tscrst(&self) -> bool
Bit 24 - Touch sensing controller reset
fn adc12rst(&self) -> bool
Bit 28 - ADC1 and ADC2 reset
fn adc34rst(&self) -> bool
Bit 29 - ADC3 and ADC4 reset
Trait Implementations
impl Clone for AhbrstrR
[src]
fn clone(&self) -> AhbrstrR
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