Struct esp32s3_hal::gdma::ChannelCreator3
source · pub struct ChannelCreator3 {}
Implementations§
source§impl ChannelCreator3
impl ChannelCreator3
sourcepub fn configure<'a>(
self,
burst_mode: bool,
tx_descriptors: &'a mut [u32],
rx_descriptors: &'a mut [u32],
priority: DmaPriority
) -> Channel<ChannelTx<'a, Channel3TxImpl, Channel3>, ChannelRx<'a, Channel3RxImpl, Channel3>, SuitablePeripheral3>
pub fn configure<'a>( self, burst_mode: bool, tx_descriptors: &'a mut [u32], rx_descriptors: &'a mut [u32], priority: DmaPriority ) -> Channel<ChannelTx<'a, Channel3TxImpl, Channel3>, ChannelRx<'a, Channel3RxImpl, Channel3>, SuitablePeripheral3>
Configure the channel for use
Descriptors should be sized as (BUFFERSIZE / 4092) * 3