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