Struct stm32f30x_memory_map::usart::RtorR
[−]
[src]
#[repr(C)]pub struct RtorR { /* fields omitted */ }
Methods
impl RtorR
[src]
fn blen(&self) -> u8
Bits 24:31 - Block Length
fn rto(&self) -> u32
Bits 0:23 - Receiver timeout value
Trait Implementations
impl Clone for RtorR
[src]
fn clone(&self) -> RtorR
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