Struct stm32f30x_memory_map::btim::DierR
[−]
[src]
pub struct DierR { /* fields omitted */ }
Methods
impl DierR
[src]
fn ude(&self) -> bool
Bit 8 - Update DMA request 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