ESP-IDF + 0/1 examples
SourceVu will show references to spinlock_acquire() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Notes

Spinlocks alone do no constitute true critical sections (as this function reenables interrupts once the spinlock is acquired). For critical sections, use the interface provided by the operating system.

References

from examples