Struct stm32f30x_memory_map::usart::Icr
[−]
[src]
#[repr(C)]pub struct Icr { /* fields omitted */ }
#[repr(C)]pub struct Icr { /* fields omitted */ }
impl Icr
[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(&IcrR, &'w mut IcrW) -> &'w mut IcrW
fn read(&self) -> IcrR
fn write<F>(&mut self, f: F) where F: FnOnce(&mut IcrW) -> &mut IcrW