Function esp_idf_sys::nvs_set_i32
source ยท pub unsafe extern "C" fn nvs_set_i32(
handle: nvs_handle_t,
key: *const c_char,
value: i32,
) -> esp_err_t
Expand description
@brief set int32_t value for given key
This function is the same as \c nvs_set_i8 except for the data type.