Type Definition stm32g0::stm32g0c1::tim2::ccr1::CCR1_W

source · []
pub type CCR1_W<'a, const O: u8> = FieldWriter<'a, u32, CCR1_SPEC, u32, u32, 32, O>;
Expand description

Field CCR1 writer - High Capture/Compare 1 value (TIM2) nullLow Capture/Compare 1 value If channel CC1 is configured as output: CCR1 is the value to be loaded in the actual capture/compare 1 register (preload value). It is loaded permanently if the preload feature is not selected in the TIMx_CCMR1 register (bit OC1PE). Else the preload value is copied in the active capture/compare 1 register when an update event occurs. The active capture/compare register contains the value to be compared to the counter TIMx_CNT and signaled on OC1 output. If channel CC1is configured as input: CCR1 is the counter value transferred by the last input capture 1 event (IC1). The TIMx_CCR1 register is read-only and cannot be programmed.