Home
last modified time | relevance | path

Searched refs:LOCKOUT_MAGIC_END (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c204 #define LOCKOUT_MAGIC_END (~LOCKOUT_MAGIC_START) macro
217 while (multicore_fifo_pop_blocking_inline() != LOCKOUT_MAGIC_END) { in __not_in_flash_func()
221 multicore_fifo_push_blocking_inline(LOCKOUT_MAGIC_END); in __not_in_flash_func()
299 bool rc = multicore_lockout_handshake(LOCKOUT_MAGIC_END, until); in multicore_lockout_end_block_until()