Struct esp32c3_hal::Rmt
source · pub struct Rmt<'d> {
pub channel0: Channel0Creator<0>,
pub channel1: Channel1Creator<1>,
pub channel2: Channel2Creator<2>,
pub channel3: Channel3Creator<3>,
/* private fields */
}
Expand description
RMT Instance
Fields§
§channel0: Channel0Creator<0>
§channel1: Channel1Creator<1>
§channel2: Channel2Creator<2>
§channel3: Channel3Creator<3>
Implementations§
Auto Trait Implementations§
impl<'d> RefUnwindSafe for Rmt<'d>
impl<'d> Send for Rmt<'d>
impl<'d> Sync for Rmt<'d>
impl<'d> Unpin for Rmt<'d>
impl<'d> !UnwindSafe for Rmt<'d>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more