Enum PWM_CH7_CSR_DIVMODE#

Enum Documentation#

enum class RP2040::PWM_CH7_CSR_DIVMODE : uint8_t#

Values:

enumerator div#

Free-running counting at rate dictated by fractional divider

enumerator level#

Fractional divider operation is gated by the PWM B pin.

enumerator rise#

Counter advances with each rising edge of the PWM B pin.

enumerator fall#

Counter advances with each falling edge of the PWM B pin.