Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_flash/
Dflash.c120 uint other_core_num = (uintptr_t)vother_core_num; in __not_in_flash_func() local
121 while (lockout_state[other_core_num] != FREERTOS_LOCKOUT_LOCKER_WAITING) { in __not_in_flash_func()
125 lockout_state[other_core_num] = FREERTOS_LOCKOUT_LOCKEE_READY; in __not_in_flash_func()
127 while (lockout_state[other_core_num] == FREERTOS_LOCKOUT_LOCKEE_READY) { in __not_in_flash_func()
131 lockout_state[other_core_num] = FREERTOS_LOCKOUT_LOCKEE_DONE; in __not_in_flash_func()