PicoSDK
+
0
/1 examples
SourceVu will show references to
dma_claim_mask()
from the following samples and libraries:
ws2812 sample
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_claim_mask()
dma_claim_mask() function
Mark multiple dma channels as used Method for cooperative claiming of hardware. Will cause a panic if any of the channels are already claimed. Use of this method by libraries detects accidental configurations that would fail in unpredictable ways.
Syntax
Show:
Summary
Declaration
Definition
from
dma.h:96
void
dma_claim_mask
(
uint32_t
channel_mask
)
;
Implemented in
dma.c:28
Arguments
Argument
Description
channel_mask
Bitfield of all required channels to claim (bit 0 == channel 0, bit 1 == channel 1 etc)
Examples
dma_claim_mask()
is referenced by 1 libraries and example projects:
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