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