pub struct R(_);Expand description
Register CCMR1_Output reader
Implementations
sourceimpl R
 
impl R
sourcepub fn cc2s(&self) -> CC2S_R
 
pub fn cc2s(&self) -> CC2S_R
Bits 8:9 - Capture/compare 2 selection This bit-field defines the direction of the channel (input/output) as well as the used input. Note: CC2S bits are writable only when the channel is OFF (CC2E = 0 in TIMx_CCER).
sourcepub fn oc1m(&self) -> OC1M_R
 
pub fn oc1m(&self) -> OC1M_R
Bits 4:6 - Output compare 1 mode These bits define the behavior of the output reference signal OC1REF from which OC1 and OC1N are derived. OC1REF is active high whereas OC1 and OC1N active level depends on CC1P and CC1NP bits. Note: In PWM mode, the OCREF level changes only when the result of the comparison changes or when the output compare mode switches from âfrozenâ mode to âPWMâ mode. Note: The OC1M[3] bit is not contiguous, located in bit 16.
Methods from Deref<Target = R<CCMR1_OUTPUT_SPEC>>
Trait Implementations
sourceimpl From<R<CCMR1_OUTPUT_SPEC>> for R
 
impl From<R<CCMR1_OUTPUT_SPEC>> for R
sourcefn from(reader: R<CCMR1_OUTPUT_SPEC>) -> Self
 
fn from(reader: R<CCMR1_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