Enum esp32c3_hal::pulse_control::SetupError
source · pub enum SetupError {
InvalidGlobalConfig,
}
Expand description
Errors that can occur when the peripheral is configured
Variants§
InvalidGlobalConfig
The global configuration for the RMT peripheral is invalid (e.g. the fractional parameters are outOfBound)