Struct stm32f30x_memory_map::gptim::SrR
[−]
[src]
pub struct SrR { /* fields omitted */ }
Methods
impl SrR
[src]
fn cc4of(&self) -> bool
Bit 12 - Capture/Compare 4 overcapture flag
fn cc3of(&self) -> bool
Bit 11 - Capture/Compare 3 overcapture flag
fn cc2of(&self) -> bool
Bit 10 - Capture/compare 2 overcapture flag
fn cc1of(&self) -> bool
Bit 9 - Capture/Compare 1 overcapture flag
fn tif(&self) -> bool
Bit 6 - Trigger interrupt flag
fn cc4if(&self) -> bool
Bit 4 - Capture/Compare 4 interrupt flag
fn cc3if(&self) -> bool
Bit 3 - Capture/Compare 3 interrupt flag
fn cc2if(&self) -> bool
Bit 2 - Capture/Compare 2 interrupt flag
fn cc1if(&self) -> bool
Bit 1 - Capture/compare 1 interrupt flag
fn uif(&self) -> bool
Bit 0 - Update interrupt flag
Trait Implementations
impl Clone for SrR
[src]
fn clone(&self) -> SrR
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