Trait TxChannelCreatorAsync

Source
pub trait TxChannelCreatorAsync<'d, T>
where T: TxChannelAsync,
{ // Provided method fn configure( self, pin: impl PeripheralOutput<'d>, config: TxChannelConfig, ) -> Result<T, Error> where Self: Sized { ... } }
Available on crate feature unstable only.
Expand description

Creates a TX channel in async mode

Provided Methods§

Source

fn configure( self, pin: impl PeripheralOutput<'d>, config: TxChannelConfig, ) -> Result<T, Error>
where Self: Sized,

Configure the TX channel

Implementors§