Module gd32vf103_pac::timer0

source ·
Expand description

Advanced-timers

Modules

  • Counter auto reload register
  • channel complementary protection register
  • Channel 0 capture/compare value register
  • Channel 1 capture/compare value register
  • Channel 2 capture/compare value register
  • Channel 3 capture/compare value register
  • Channel control register 0 (input mode)
  • Channel control register 0 (output mode)
  • Channel control register 1 (input mode)
  • Channel control register 1 (output mode)
  • Channel control register 2
  • counter
  • Counter repetition register
  • control register 0
  • control register 1
  • DMA configuration register
  • DMA/Interrupt enable register
  • DMA transfer buffer register
  • Interrupt flag register
  • prescaler
  • slave mode configuration register
  • Software event generation register

Structs

Type Definitions

  • CAR (rw) register accessor: an alias for Reg<CAR_SPEC>
  • CCHP (rw) register accessor: an alias for Reg<CCHP_SPEC>
  • CH0CV (rw) register accessor: an alias for Reg<CH0CV_SPEC>
  • CH1CV (rw) register accessor: an alias for Reg<CH1CV_SPEC>
  • CH2CV (rw) register accessor: an alias for Reg<CH2CV_SPEC>
  • CH3CV (rw) register accessor: an alias for Reg<CH3CV_SPEC>
  • CHCTL0_Input (rw) register accessor: an alias for Reg<CHCTL0_INPUT_SPEC>
  • CHCTL0_Output (rw) register accessor: an alias for Reg<CHCTL0_OUTPUT_SPEC>
  • CHCTL1_Input (rw) register accessor: an alias for Reg<CHCTL1_INPUT_SPEC>
  • CHCTL1_Output (rw) register accessor: an alias for Reg<CHCTL1_OUTPUT_SPEC>
  • CHCTL2 (rw) register accessor: an alias for Reg<CHCTL2_SPEC>
  • CNT (rw) register accessor: an alias for Reg<CNT_SPEC>
  • CREP (rw) register accessor: an alias for Reg<CREP_SPEC>
  • CTL0 (rw) register accessor: an alias for Reg<CTL0_SPEC>
  • CTL1 (rw) register accessor: an alias for Reg<CTL1_SPEC>
  • DMACFG (rw) register accessor: an alias for Reg<DMACFG_SPEC>
  • DMAINTEN (rw) register accessor: an alias for Reg<DMAINTEN_SPEC>
  • DMATB (rw) register accessor: an alias for Reg<DMATB_SPEC>
  • INTF (rw) register accessor: an alias for Reg<INTF_SPEC>
  • PSC (rw) register accessor: an alias for Reg<PSC_SPEC>
  • SMCFG (rw) register accessor: an alias for Reg<SMCFG_SPEC>
  • SWEVG (w) register accessor: an alias for Reg<SWEVG_SPEC>