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