PicoSDK
+
0
/1 examples
SourceVu will show references to
spin_lock_claim()
from the following samples and libraries:
FreeRTOS
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
spin_lock_claim()
spin_lock_claim() function
Mark a spin lock as used Method for cooperative claiming of hardware. Will cause a panic if the spin lock is already claimed. Use of this method by libraries detects accidental configurations that would fail in unpredictable ways.
Syntax
Show:
Summary
Declaration
Definition
from
sync.h:290
void
spin_lock_claim
(
uint
lock_num
)
;
Implemented in
sync.c:26
Arguments
Argument
Description
lock_num
the spin lock number
Examples
spin_lock_claim()
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