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