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