Struct stm32f30x_memory_map::gptim::SmcrR
[−]
[src]
pub struct SmcrR { /* fields omitted */ }
Methods
impl SmcrR
[src]
fn sms(&self) -> u8
Bits 0:2 - Slave mode selection
fn occs(&self) -> bool
Bit 3 - OCREF clear selection
fn ts(&self) -> u8
Bits 4:6 - Trigger selection
fn msm(&self) -> bool
Bit 7 - Master/Slave mode
fn etf(&self) -> u8
Bits 8:11 - External trigger filter
fn etps(&self) -> u8
Bits 12:13 - External trigger prescaler
fn ece(&self) -> bool
Bit 14 - External clock enable
fn etp(&self) -> bool
Bit 15 - External trigger polarity
fn sms_3(&self) -> bool
Bit 16 - Slave mode selection bit3
Trait Implementations
impl Clone for SmcrR
[src]
fn clone(&self) -> SmcrR
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