Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c203 #define LOCKOUT_MAGIC_START 0x73a8831eu macro
204 #define LOCKOUT_MAGIC_END (~LOCKOUT_MAGIC_START)
214 if (sio_hw->fifo_rd == LOCKOUT_MAGIC_START) { in __not_in_flash_func()
216 multicore_fifo_push_blocking_inline(LOCKOUT_MAGIC_START); in __not_in_flash_func()
279 bool rc = multicore_lockout_handshake(LOCKOUT_MAGIC_START, until); in multicore_lockout_start_block_until()