PicoSDK
multicore_lockout_start_blocking()
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
multicore_lockout_start_blocking()
multicore_lockout_start_blocking() function
Request the other core to pause in a known state and wait for it to do so The other (victim) core must have previously executed multicore_lockout_victim_init()
Syntax
Show:
Summary
Declaration
Definition
from
multicore.h:472
void
multicore_lockout_start_blocking
(
void
)
;
Implemented in
multicore.c:283
Notes
multicore_lockout_start_ functions are not nestable, and must be paired with a call to a corresponding multicore_lockout_end_blocking
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