Struct stm32f30x_memory_map::gptim::EgrW
[−]
[src]
pub struct EgrW { /* fields omitted */ }
Methods
impl EgrW
[src]
fn reset_value() -> Self
Reset value
fn tg(&mut self, value: bool) -> &mut Self
Bit 6 - Trigger generation
fn cc4g(&mut self, value: bool) -> &mut Self
Bit 4 - Capture/compare 4 generation
fn cc3g(&mut self, value: bool) -> &mut Self
Bit 3 - Capture/compare 3 generation
fn cc2g(&mut self, value: bool) -> &mut Self
Bit 2 - Capture/compare 2 generation
fn cc1g(&mut self, value: bool) -> &mut Self
Bit 1 - Capture/compare 1 generation
fn ug(&mut self, value: bool) -> &mut Self
Bit 0 - Update generation
Trait Implementations
impl Clone for EgrW
[src]
fn clone(&self) -> EgrW
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