Module esp32s3::mcpwm0::int_clr

source ·
Expand description

Interrupt clear bits

Structs

Type Definitions

  • Field CAP0_INT_CLR writer - Set this bit to clear the interrupt triggered by capture on channel 0.
  • Field CAP1_INT_CLR writer - Set this bit to clear the interrupt triggered by capture on channel 1.
  • Field CAP2_INT_CLR writer - Set this bit to clear the interrupt triggered by capture on channel 2.
  • Field CMPR0_TEA_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM operator 0 TEA event
  • Field CMPR0_TEB_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM operator 0 TEB event
  • Field CMPR1_TEA_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM operator 1 TEA event
  • Field CMPR1_TEB_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM operator 1 TEB event
  • Field CMPR2_TEA_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM operator 2 TEA event
  • Field CMPR2_TEB_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM operator 2 TEB event
  • Field FAULT0_CLR_INT_CLR writer - Set this bit to clear the interrupt triggered when event_f0 ends.
  • Field FAULT0_INT_CLR writer - Set this bit to clear the interrupt triggered when event_f0 starts.
  • Field FAULT1_CLR_INT_CLR writer - Set this bit to clear the interrupt triggered when event_f1 ends.
  • Field FAULT1_INT_CLR writer - Set this bit to clear the interrupt triggered when event_f1 starts.
  • Field FAULT2_CLR_INT_CLR writer - Set this bit to clear the interrupt triggered when event_f2 ends.
  • Field FAULT2_INT_CLR writer - Set this bit to clear the interrupt triggered when event_f2 starts.
  • Field TIMER0_STOP_INT_CLR writer - Set this bit to clear the interrupt triggered when the timer 0 stops.
  • Field TIMER0_TEP_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM timer 0 TEP event.
  • Field TIMER0_TEZ_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM timer 0 TEZ event.
  • Field TIMER1_STOP_INT_CLR writer - Set this bit to clear the interrupt triggered when the timer 1 stops.
  • Field TIMER1_TEP_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM timer 1 TEP event.
  • Field TIMER1_TEZ_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM timer 1 TEZ event.
  • Field TIMER2_STOP_INT_CLR writer - Set this bit to clear the interrupt triggered when the timer 2 stops.
  • Field TIMER2_TEP_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM timer 2 TEP event.
  • Field TIMER2_TEZ_INT_CLR writer - Set this bit to clear the interrupt triggered by a PWM timer 2 TEZ event.
  • Field TZ0_CBC_INT_CLR writer - Set this bit to clear the interrupt triggered by a cycle-by-cycle mode action on PWM0.
  • Field TZ0_OST_INT_CLR writer - Set this bit to clear the interrupt triggered by a one-shot mode action on PWM0.
  • Field TZ1_CBC_INT_CLR writer - Set this bit to clear the interrupt triggered by a cycle-by-cycle mode action on PWM1.
  • Field TZ1_OST_INT_CLR writer - Set this bit to clear the interrupt triggered by a one-shot mode action on PWM1.
  • Field TZ2_CBC_INT_CLR writer - Set this bit to clear the interrupt triggered by a cycle-by-cycle mode action on PWM2.
  • Field TZ2_OST_INT_CLR writer - Set this bit to clear the interrupt triggered by a one-shot mode action on PWM2.