[−][src]Struct stm32f103xx::tim1::ccmr1_output::_OC1MW
Proxy
Methods
impl<'a> _OC1MW<'a>
[src]
pub fn variant(self, variant: OC1MW) -> &'a mut W
[src]
Writes variant
to the field
pub fn frozen(self) -> &'a mut W
[src]
The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs(
pub fn set_active(self) -> &'a mut W
[src]
Set channel y to active level on match. OCyREF signal is forced high when the counter TIMx_CNT matches the capture/compare register y (TIMx_CCRy).
pub fn set_inactive(self) -> &'a mut W
[src]
Set channel y to inactive level on match. OCyREF signal is forced low when the counter TIMx_CNT matches the capture/compare register y (TIMx_CCRy).
pub fn toggle(self) -> &'a mut W
[src]
OCyREF toggles when TIMx_CNT=TIMx_CCRy.
pub fn force_inactive(self) -> &'a mut W
[src]
OCyREF is forced low.
pub fn force_active(self) -> &'a mut W
[src]
OCyREF is forced high.
pub fn pwm1(self) -> &'a mut W
[src]
In upcounting, channel 1 is active as long as TIMx_CNT<TIMx_CCRy else inactive. In downcounting, channel 1 is inactive (OCyREF=‘0) as long as TIMx_CNT>TIMx_CCRy else active (OCyREF=1).
pub fn pwm2(self) -> &'a mut W
[src]
In upcounting, channel y is inactive as long as TIMx_CNT<TIMx_CCRy else active. In downcounting, channel y is active as long as TIMx_CNT>TIMx_CCRy else inactive.
pub fn bits(self, value: u8) -> &'a mut W
[src]
Writes raw bits to the field
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,