Struct stm32f30x_memory_map::usart::BrrW
[−]
[src]
#[repr(C)]pub struct BrrW { /* fields omitted */ }
Methods
impl BrrW
[src]
fn reset_value() -> Self
Reset value
fn div_mantissa(&mut self, value: u16) -> &mut Self
Bits 4:15 - mantissa of USARTDIV
fn div_fraction(&mut self, value: u8) -> &mut Self
Bits 0:3 - fraction of USARTDIV
Trait Implementations
impl Clone for BrrW
[src]
fn clone(&self) -> BrrW
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