Struct stm32f30x_memory_map::gptim::CcerR
[−]
[src]
pub struct CcerR { /* fields omitted */ }
Methods
impl CcerR
[src]
fn cc1e(&self) -> bool
Bit 0 - Capture/Compare 1 output enable
fn cc1p(&self) -> bool
Bit 1 - Capture/Compare 1 output Polarity
fn cc1np(&self) -> bool
Bit 3 - Capture/Compare 1 output Polarity
fn cc2e(&self) -> bool
Bit 4 - Capture/Compare 2 output enable
fn cc2p(&self) -> bool
Bit 5 - Capture/Compare 2 output Polarity
fn cc2np(&self) -> bool
Bit 7 - Capture/Compare 2 output Polarity
fn cc3e(&self) -> bool
Bit 8 - Capture/Compare 3 output enable
fn cc3p(&self) -> bool
Bit 9 - Capture/Compare 3 output Polarity
fn cc3np(&self) -> bool
Bit 11 - Capture/Compare 3 output Polarity
fn cc4e(&self) -> bool
Bit 12 - Capture/Compare 4 output enable
fn cc4p(&self) -> bool
Bit 13 - Capture/Compare 3 output Polarity
fn cc4np(&self) -> bool
Bit 15 - Capture/Compare 3 output Polarity
Trait Implementations
impl Clone for CcerR
[src]
fn clone(&self) -> CcerR
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