spi_bus_lock_acquire_end() function
Release the bus acquired. Will pass the acquiring processor to other blocked processors (tasks or ISR), and cause them to be unblocked or invoked. The acquiring device may also become NULL if no device is asking for acquiring. In this case, the BG may be invoked if there is any BG requests. If the new acquiring device has BG requests, the BG will be invoked before the task is resumed later after the BG finishes all requests of the new acquiring device. Otherwise the task of the new acquiring device will be resumed immediately.
Arguments
dev_handle
Handle to the device releasing the bus.
Return value
- ESP_OK: on success - ESP_ERR_INVALID_STATE: the device hasn't acquired the lock yet