esp_idf_hal::rmt

Trait Signal

Source
pub trait Signal {
    // Required method
    fn as_slice(&self) -> &[rmt_item32_t];
}
Expand description

Signal storage for [Transmit] in a format ready for the RMT driver.

Required Methods§

Implementations on Foreign Types§

Source§

impl Signal for [rmt_item32_t]

Implementors§