Searched refs:nvs_get_i8 (Results 1 – 3 of 3) sorted by relevance
341 esp_err_t nvs_get_i8 (nvs_handle_t handle, const char* key, int8_t* out_value);
744 ._nvs_get_i8 = nvs_get_i8,
437 extern "C" esp_err_t nvs_get_i8 (nvs_handle_t c_handle, const char* key, int8_t* out_value) in nvs_get_i8() function