Enum PWM_CH3_CSR_DIVMODE#
Defined in File PWM_CH3_CSR_DIVMODE.h
Enum Documentation#
-
enum class RP2040::PWM_CH3_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.
-
enumerator div#