Struct stm32f30x_memory_map::usart::Cr2
[−]
[src]
#[repr(C)]pub struct Cr2 { /* fields omitted */ }
#[repr(C)]pub struct Cr2 { /* fields omitted */ }
impl Cr2
[src]fn read_bits(&self) -> u32
unsafe fn modify_bits<F>(&mut self, f: F) where F: FnOnce(&mut u32)
unsafe fn write_bits(&mut self, bits: u32)
fn modify<F>(&mut self, f: F) where F: FnOnce(&Cr2R, &'w mut Cr2W) -> &'w mut Cr2W
fn read(&self) -> Cr2R
fn write<F>(&mut self, f: F) where F: FnOnce(&mut Cr2W) -> &mut Cr2W