Trait esp_idf_svc::hal::rmt::RmtChannel
source · pub trait RmtChannel {
// Required method
fn channel() -> u32;
}
Expand description
RMT peripheral channel.
Required Methods§
Object Safety§
This trait is not object safe.