adc_lock_try_acquire() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_OK: On success - ESP_ERR_TIMEOUT: Lock(s) is taken already

Notes

If any of the locks are taken, this API will return immediately with an error `ESP_ERR_TIMEOUT`

References