Trait esp_idf_hal::rmt::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§