Home
last modified time | relevance | path

Searched refs:nvs_get_i16 (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs.h355 esp_err_t nvs_get_i16 (nvs_handle_t handle, const char* key, int16_t* out_value);
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_api.cpp447 extern "C" esp_err_t nvs_get_i16 (nvs_handle_t c_handle, const char* key, int16_t* out_value) in nvs_get_i16() function