i2s_platform_acquire_occupation() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

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.

References

from examples