Searched refs:nvs_get_u16 (Results 1 – 3 of 3) sorted by relevance
362 esp_err_t nvs_get_u16 (nvs_handle_t handle, const char* key, uint16_t* out_value);
748 ._nvs_get_u16 = nvs_get_u16,
452 extern "C" esp_err_t nvs_get_u16 (nvs_handle_t c_handle, const char* key, uint16_t* out_value) in nvs_get_u16() function