spi_bus_lock_bg_clear_req() function
Clear the pending BG operation request of a device after served. Must be called when the ISR is acting as the acquiring processor.
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.