Struct stm32f103xx::tim9::ccmr1_output::R
[−]
[src]
pub struct R { /* fields omitted */ }
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn oc2m(&self) -> OC2MR
[src]
Bits 12:14 - Output Compare 2 mode
pub fn oc2pe(&self) -> OC2PER
[src]
Bit 11 - Output Compare 2 preload enable
pub fn oc2fe(&self) -> OC2FER
[src]
Bit 10 - Output Compare 2 fast enable
pub fn cc2s(&self) -> CC2SR
[src]
Bits 8:9 - Capture/Compare 2 selection
pub fn oc1m(&self) -> OC1MR
[src]
Bits 4:6 - Output Compare 1 mode
pub fn oc1pe(&self) -> OC1PER
[src]
Bit 3 - Output Compare 1 preload enable
pub fn oc1fe(&self) -> OC1FER
[src]
Bit 2 - Output Compare 1 fast enable
pub fn cc1s(&self) -> CC1SR
[src]
Bits 0:1 - Capture/Compare 1 selection