pub trait RmtChannel {
    // Required method
    fn channel() -> rmt_channel_t;
}
Expand description

RMT peripheral channel.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§