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