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