Function esp_idf_hal::sys::nvs_get_u8
source ยท pub unsafe extern "C" fn nvs_get_u8(
handle: u32,
key: *const i8,
out_value: *mut u8,
) -> i32
Expand description
@brief get uint8_t value for given key
This function is the same as \c nvs_get_i8 except for the data type.