Type Alias esp_idf_svc::hal::sys::nvs_flash_generate_keys_t

source ·
pub type nvs_flash_generate_keys_t = Option<unsafe extern "C" fn(_: *const c_void, _: *mut nvs_sec_cfg_t) -> i32>;
Expand description

@brief Callback function prototype for generating the NVS encryption keys

Aliased Type§

enum nvs_flash_generate_keys_t {
    None,
    Some(unsafe extern "C" fn(_: *const c_void, _: *mut nvs_sec_cfg_t) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void, _: *mut nvs_sec_cfg_t) -> i32)

Some value of type T.