Module e310x::pwm0

source ·
Expand description

8-bit timer with 4 cmp

Modules

  • PWM Configuration Register
  • Compare Register
  • Compare Register
  • Compare Register
  • Compare Register
  • Counter Register
  • Scaled Halfword Counter Register

Structs

Type Definitions

  • cfg (rw) register accessor: an alias for Reg<CFG_SPEC>
  • cmp0 (rw) register accessor: an alias for Reg<CMP0_SPEC>
  • cmp1 (rw) register accessor: an alias for Reg<CMP1_SPEC>
  • cmp2 (rw) register accessor: an alias for Reg<CMP2_SPEC>
  • cmp3 (rw) register accessor: an alias for Reg<CMP3_SPEC>
  • count (rw) register accessor: an alias for Reg<COUNT_SPEC>
  • pwms (rw) register accessor: an alias for Reg<PWMS_SPEC>