Struct stm32f103xx::tim2::CCMR2_INPUT [−][src]
pub struct CCMR2_INPUT { /* fields omitted */ }capture/compare mode register 2 (input mode)
Methods
impl CCMR2_INPUT[src]
impl CCMR2_INPUTpub fn modify<F>(&self, f: F) where
F: FnOnce(&R, &'w mut W) -> &'w mut W, [src]
pub fn modify<F>(&self, f: F) where
F: FnOnce(&R, &'w mut W) -> &'w mut W, Modifies the contents of the register
pub fn read(&self) -> R[src]
pub fn read(&self) -> RReads the contents of the register
pub fn write<F>(&self, f: F) where
F: FnOnce(&mut W) -> &mut W, [src]
pub fn write<F>(&self, f: F) where
F: FnOnce(&mut W) -> &mut W, Writes to the register
pub fn reset(&self)[src]
pub fn reset(&self)Writes the reset value to the register
Auto Trait Implementations
impl Send for CCMR2_INPUT
impl Send for CCMR2_INPUTimpl !Sync for CCMR2_INPUT
impl !Sync for CCMR2_INPUT