multicore_lockout_end_timeout_us() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

true if the other core successfully exited locked out state within the timeout, false otherwise

Notes

be very careful using small timeout values, as a timeout here will leave the "lockout" functionality in a bad state. It is probably preferable to use multicore_lockout_end_blocking anyway as if you have already waited for the victim core to enter the lockout state, then the victim core will be ready to exit the lockout state very quickly.

References

from examples