PicoSDK
dma_channel_set_trans_count()
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
dma_channel_set_trans_count()
dma_channel_set_trans_count() function
Set the number of bus transfers the channel will do
Syntax
Show:
Summary
Declaration
from
dma.h:429
static
inline
void
dma_channel_set_trans_count
(
uint
channel
,
uint32_t
trans_count
,
bool
trigger
)
;
Arguments
Argument
Description
channel
DMA channel
trans_count
The number of transfers (not NOT bytes, see channel_config_set_transfer_data_size)
trigger
True to start the transfer immediately
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out