PicoSDK
multicore_lockout_handshake()
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
multicore_lockout_handshake()
multicore_lockout_handshake() function
Syntax
Show:
Summary
Declaration
from
multicore.c:240
static
bool
multicore_lockout_handshake
(
uint32_t
magic
,
absolute_time_t
until
)
;
Arguments
Argument
magic
until
Examples
References
from
examples
Code
Location
Referrer
static
bool
multicore_lockout_handshake
(
uint32_t
magic
,
absolute_time_t
until
)
{
multicore.c:240
bool
rc
=
multicore_lockout_handshake
(
LOCKOUT_MAGIC_START
,
until
)
;
multicore.c:273
multicore_lockout_start_block_until()
bool
rc
=
multicore_lockout_handshake
(
LOCKOUT_MAGIC_END
,
until
)
;
multicore.c:293
multicore_lockout_end_block_until()
Call Tree
from
examples
multicore_lockout_handshake()
is called by 2 functions and calls 6 functions:
multicore_lockout_start_block_until()
multicore_lockout_end_block_until()
All items filtered out
multicore_lockout_handshake()
get_absolute_time()
absolute_time_diff_us()
multicore_fifo_push_timeout_us()
multicore_fifo_pop_timeout_us()
irq_set_enabled()
irq_is_enabled()
All items filtered out
Data Use
from
examples
multicore_lockout_handshake()
reads 1 variable:
irq_num_rp2350::SIO_IRQ_FIFO
All items filtered out
multicore_lockout_handshake()
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