Excuse me How to use esp_err_t esp_pm_lock_create (...)
Posted: Tue Mar 20, 2018 8:13 am
Hi,Excuse me, esp_err_t esp_pm_lock_create(esp_pm_lock_type_t lock_type, int arg, const char *name, esp_pm_lock_handle_t *out_handle)
How second parameters are valued?
ESP-IDF Programming Guide: lock_type: Power management constraint which the lock should control
arg: argument, value depends on lock_type, see esp_pm_lock_type_t
I didn't find the answer in esp_pm_lock_type_t.
Can you tell me?
Thank you very much!
How second parameters are valued?
ESP-IDF Programming Guide: lock_type: Power management constraint which the lock should control
arg: argument, value depends on lock_type, see esp_pm_lock_type_t
I didn't find the answer in esp_pm_lock_type_t.
Can you tell me?
Thank you very much!