flash_done_func

Type Alias flash_done_func 

Source
pub type flash_done_func = Option<unsafe extern "C" fn(flash: *mut target_flash_s) -> bool>;

Aliased Type§

pub enum flash_done_func {
    None,
    Some(unsafe extern "C" fn(*mut target_flash) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut target_flash) -> bool)

Some value of type T.