multicore_lockout_start_timeout_us() function
Request the other core to pause in a known state and wait up to a time limit for it to do so The other core must have previously executed multicore_lockout_victim_init()
Syntax
bool multicore_lockout_start_timeout_us(uint64_t timeout_us); Arguments
timeout_us
the timeout in microseconds
Return value
true if the other core entered the locked out state within the timeout, false otherwise
Notes
multicore_lockout_start_ functions are not nestable, and must be paired with a call to a corresponding multicore_lockout_end_blocking