Definition at line 24 of file channel.cpp.hpp.
24 {
38 }
40}
static fl::shared_ptr< RxDevice > create(int pin) FL_NOEXCEPT
Template factory method to create RX device by type.
@ 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::RxDevice::create(), createBackendDevice(), FL_NOEXCEPT, fl::FLEXIO, fl::FLEXPWM, fl::ISR, fl::LPC_SCT_CAPTURE, fl::PLATFORM_DEFAULT, and fl::RMT.
Referenced by createBackendDevice().