Definition at line 17 of file types.h.
17 {
18 switch (backend) {
25 }
26 return "UNKNOWN";
27}
@ LPC_SCT_CAPTURE
LPC8xx SCT input-capture + DMA edge backend (LPC845 et al). Capture path is a skeleton until follow-u...
@ FLEXPWM
Teensy 4.x-only FlexPWM capture backend.
@ FLEXIO
Teensy 4.x-only FlexIO capture backend (FLEXIO1 — FLEXIO2 is owned by the WS2812 TX driver)....
@ PLATFORM_DEFAULT
Use the recommended backend for the active platform (RMT on ESP32; FlexPWM on Teensy 4....
@ RMT
ESP32-only RMT capture backend.
@ ISR
Platform-neutral interrupt-driven edge capture backend when available.
References FL_NOEXCEPT, FLEXIO, FLEXPWM, ISR, LPC_SCT_CAPTURE, PLATFORM_DEFAULT, and RMT.