hw_claim_lock() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

a token to pass to hw_claim_unlock()

Notes

hw_claim_lock() uses a spin lock internally, so disables interrupts on the calling core, and will deadlock if the calling core already owns the lock.

References

from examples