pub trait RxChannelCreator<'d, T>where
T: RxChannel,{
// Provided method
fn configure(
self,
pin: impl PeripheralInput<'d>,
config: RxChannelConfig,
) -> Result<T, Error>
where Self: Sized { ... }
}
Available on crate feature
unstable
only.Expand description
Creates a RX channel
Provided Methods§
Sourcefn configure(
self,
pin: impl PeripheralInput<'d>,
config: RxChannelConfig,
) -> Result<T, Error>where
Self: Sized,
fn configure(
self,
pin: impl PeripheralInput<'d>,
config: RxChannelConfig,
) -> Result<T, Error>where
Self: Sized,
Configure the RX channel