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