Struct stm32f30x_memory_map::gptim::DierW
[−]
[src]
pub struct DierW { /* fields omitted */ }
Methods
impl DierW
[src]
fn reset_value() -> Self
Reset value
fn tde(&mut self, value: bool) -> &mut Self
Bit 14 - Trigger DMA request enable
fn cc4de(&mut self, value: bool) -> &mut Self
Bit 12 - Capture/Compare 4 DMA request enable
fn cc3de(&mut self, value: bool) -> &mut Self
Bit 11 - Capture/Compare 3 DMA request enable
fn cc2de(&mut self, value: bool) -> &mut Self
Bit 10 - Capture/Compare 2 DMA request enable
fn cc1de(&mut self, value: bool) -> &mut Self
Bit 9 - Capture/Compare 1 DMA request enable
fn ude(&mut self, value: bool) -> &mut Self
Bit 8 - Update DMA request enable
fn tie(&mut self, value: bool) -> &mut Self
Bit 6 - Trigger interrupt enable
fn cc4ie(&mut self, value: bool) -> &mut Self
Bit 4 - Capture/Compare 4 interrupt enable
fn cc3ie(&mut self, value: bool) -> &mut Self
Bit 3 - Capture/Compare 3 interrupt enable
fn cc2ie(&mut self, value: bool) -> &mut Self
Bit 2 - Capture/Compare 2 interrupt enable
fn cc1ie(&mut self, value: bool) -> &mut Self
Bit 1 - Capture/Compare 1 interrupt enable
fn uie(&mut self, value: bool) -> &mut Self
Bit 0 - Update interrupt enable
Trait Implementations
impl Clone for DierW
[src]
fn clone(&self) -> DierW
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