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