Struct stm32f103xx::tim9::cr1::_OPMW
[−]
[src]
pub struct _OPMW<'a> { /* fields omitted */ }
Proxy
Methods
impl<'a> _OPMW<'a>
[src]
pub fn variant(self, variant: OPMW) -> &'a mut W
[src]
Writes variant
to the field
pub fn continuous(self) -> &'a mut W
[src]
Counter is not stopped at update event
pub fn one_pulse(self) -> &'a mut W
[src]
Counter stops counting at the next update event (clearing the CEN bit)
pub fn set_bit(self) -> &'a mut W
[src]
Sets the field bit
pub fn clear_bit(self) -> &'a mut W
[src]
Clears the field bit
pub fn bit(self, value: bool) -> &'a mut W
[src]
Writes raw bits to the field