Trait esp32c3_hal::dma::ChannelTypes
source · pub trait ChannelTypes {
type P: PeripheralMarker;
type Tx<'a>: Tx;
type Rx<'a>: Rx;
}
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait ChannelTypes {
type P: PeripheralMarker;
type Tx<'a>: Tx;
type Rx<'a>: Rx;
}