Searched refs:nvs_get_u8 (Results 1 – 3 of 3) sorted by relevance
348 esp_err_t nvs_get_u8 (nvs_handle_t handle, const char* key, uint8_t* out_value);
746 ._nvs_get_u8 = nvs_get_u8,
442 extern "C" esp_err_t nvs_get_u8 (nvs_handle_t c_handle, const char* key, uint8_t* out_value) in nvs_get_u8() function