pub struct R(_);Expand description
Register CCMR2_Output reader
Implementations
sourceimpl R
impl R
sourcepub fn cc3s(&self) -> CC3S_R
pub fn cc3s(&self) -> CC3S_R
Bits 0:1 - Capture/Compare 3 selection This bit-field defines the direction of the channel (input/output) as well as the used input. Note: CC3S bits are writable only when the channel is OFF (CC3E = ’0â in TIMx_CCER).
sourcepub fn oc3fe(&self) -> OC3FE_R
pub fn oc3fe(&self) -> OC3FE_R
Bit 2 - Output compare 3 fast enable Refer to OC1FE description.
sourcepub fn oc3pe(&self) -> OC3PE_R
pub fn oc3pe(&self) -> OC3PE_R
Bit 3 - Output compare 3 preload enable Refer to OC1PE description.
sourcepub fn oc3ce(&self) -> OC3CE_R
pub fn oc3ce(&self) -> OC3CE_R
Bit 7 - Output compare 3 clear enable Refer to OC1CE description.
sourcepub fn cc4s(&self) -> CC4S_R
pub fn cc4s(&self) -> CC4S_R
Bits 8:9 - Capture/Compare 4 selection This bit-field defines the direction of the channel (input/output) as well as the used input. Note: CC4S bits are writable only when the channel is OFF (CC4E = ’0â in TIMx_CCER).
sourcepub fn oc4fe(&self) -> OC4FE_R
pub fn oc4fe(&self) -> OC4FE_R
Bit 10 - Output compare 4 fast enable Refer to OC1FE description.
sourcepub fn oc4pe(&self) -> OC4PE_R
pub fn oc4pe(&self) -> OC4PE_R
Bit 11 - Output compare 4 preload enable Refer to OC1PE description.
sourcepub fn oc4m(&self) -> OC4M_R
pub fn oc4m(&self) -> OC4M_R
Bits 12:14 - Output compare 4 mode Refer to OC3M[3:0] description.
sourcepub fn oc4ce(&self) -> OC4CE_R
pub fn oc4ce(&self) -> OC4CE_R
Bit 15 - Output compare 4 clear enable Refer to OC1CE description.
Methods from Deref<Target = R<CCMR2_OUTPUT_SPEC>>
Trait Implementations
sourceimpl From<R<CCMR2_OUTPUT_SPEC>> for R
impl From<R<CCMR2_OUTPUT_SPEC>> for R
sourcefn from(reader: R<CCMR2_OUTPUT_SPEC>) -> Self
fn from(reader: R<CCMR2_OUTPUT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more