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