multicore_lockout_victim_is_initialized() function
Determine if multicore_victim_init() has been called on the specified core.
Syntax
bool multicore_lockout_victim_is_initialized(uint core_num); Arguments
core_num
the core number (0 or 1)
Return value
true if multicore_victim_init() has been called on the specified core, false otherwise.
Notes
this state persists even if the core is subsequently reset; therefore you are advised to always call multicore_lockout_victim_init() again after resetting a core, which had previously been initialized.