Trait esp32c3_hal::rmt::RxChannelCreator
source · pub trait RxChannelCreator<'d, T, P, const CHANNEL: u8>where
P: InputPin,
T: RxChannel<CHANNEL>,{
// Provided method
fn configure(
self,
pin: impl Peripheral<P = P> + 'd,
config: RxChannelConfig
) -> Result<T, Error>
where Self: Sized { ... }
}
Provided Methods§
sourcefn configure(
self,
pin: impl Peripheral<P = P> + 'd,
config: RxChannelConfig
) -> Result<T, Error>where
Self: Sized,
fn configure( self, pin: impl Peripheral<P = P> + 'd, config: RxChannelConfig ) -> Result<T, Error>where Self: Sized,
Configure the RX channel