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