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