spi_bus_lock_bg_clear_req() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

True if no pending requests for the acquiring device, or for all devices if there is no acquiring device. Otherwise false. When the return value is true, the ISR is no longer the acquiring processor.

Notes

When the return value is true, the ISR will lost the acquiring processor role. Then `spi_bus_lock_bg_exit` must be called and checked before calling all other functions that require to be called when the ISR is the acquiring processor again.

References

from examples