Struct stm32f103xx::tim9::cr1::_OPMW[][src]

pub struct _OPMW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _OPMW<'a>
[src]

Writes variant to the field

Counter is not stopped at update event

Counter stops counting at the next update event (clearing the CEN bit)

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _OPMW<'a>

impl<'a> Sync for _OPMW<'a>