Function esp_idf_sys::nvs_get_u16

source ·
pub unsafe extern "C" fn nvs_get_u16(
    handle: nvs_handle_t,
    key: *const c_char,
    out_value: *mut u16
) -> esp_err_t
Expand description

@brief get uint16_t value for given key

This function is the same as \c nvs_get_i8 except for the data type.