Function esp_idf_hal::sys::nvs_set_i16
source ยท pub unsafe extern "C" fn nvs_set_i16(
handle: u32,
key: *const i8,
value: i16,
) -> i32
Expand description
@brief set int16_t value for given key
This function is the same as \c nvs_set_i8 except for the data type.