@brief Get the driver name for affinity binding @return Driver name (e.g., "RMT", "SPI", "PARLIO"), or empty string if unnamed @note Used by Channel affinity system to bind channels to specific drivers
| 212 | /// @return Driver name (e.g., "RMT", "SPI", "PARLIO"), or empty string if unnamed |
| 213 | /// @note Used by Channel affinity system to bind channels to specific drivers |
| 214 | virtual fl::string getName() const FL_NOEXCEPT { return fl::string::from_literal(""); } |
| 215 | |
| 216 | /// @brief Get driver capabilities (clockless, SPI, or both) |
| 217 | /// @return Capabilities struct with bool flags for supported protocols |