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

Return value

false if retry is required, indicating that there is pending BG request. otherwise true and quit ISR is allowed.

Notes

This function will not change acquiring device. The ISR call `spi_bus_lock_bg_update_acquiring` to check for new acquiring device, when acquiring devices need to be served before other devices.

References

from examples