spi_bus_lock_set_bg_control() function
Configure how the SPI bus lock enable the background operation.
Arguments
lock
Handle to the lock to set
bg_enable
The enabling function
bg_disable
The disabling function, set to NULL if not required
arg
Argument to pass to the enabling/disabling function.
Notes
The lock will not try to stop the background operations, but wait for The background operations finished indicated by `spi_bus_lock_bg_resume_acquired_dev`.