i2s_platform_acquire_occupation() function
Hold the I2S port occupation
Arguments
comp_name
The name of compnant that occupied this i2s controller
Return value
- ESP_OK: The specific I2S port is free and register the new device object successfully - ESP_ERR_INVALID_ARG: Invalid argument, e.g. wrong port_id - ESP_ERR_NOT_FOUND Specific I2S port is not available
Notes
This private API is used to avoid applications from using the same I2S instance for different purpose. This function will help enable the peripheral APB clock as well.