pub unsafe extern "C" fn nvs_set_u8(
    handle: u32,
    key: *const u8,
    value: u8,
) -> i32Expand description
@brief set uint8_t value for given key
This function is the same as \c nvs_set_i8 except for the data type.
pub unsafe extern "C" fn nvs_set_u8(
    handle: u32,
    key: *const u8,
    value: u8,
) -> i32@brief set uint8_t value for given key
This function is the same as \c nvs_set_i8 except for the data type.