Struct stm32f103xx::tim9::ccmr1_output::W
[−]
[src]
pub struct W { /* fields omitted */ }
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn oc2m(&mut self) -> _OC2MW
[src]
Bits 12:14 - Output Compare 2 mode
pub fn oc2pe(&mut self) -> _OC2PEW
[src]
Bit 11 - Output Compare 2 preload enable
pub fn oc2fe(&mut self) -> _OC2FEW
[src]
Bit 10 - Output Compare 2 fast enable
pub fn cc2s(&mut self) -> _CC2SW
[src]
Bits 8:9 - Capture/Compare 2 selection
pub fn oc1m(&mut self) -> _OC1MW
[src]
Bits 4:6 - Output Compare 1 mode
pub fn oc1pe(&mut self) -> _OC1PEW
[src]
Bit 3 - Output Compare 1 preload enable
pub fn oc1fe(&mut self) -> _OC1FEW
[src]
Bit 2 - Output Compare 1 fast enable
pub fn cc1s(&mut self) -> _CC1SW
[src]
Bits 0:1 - Capture/Compare 1 selection