flash_erase_func

Type Alias flash_erase_func 

Source
pub type flash_erase_func = Option<unsafe extern "C" fn(flash: *mut target_flash_s, addr: target_addr_t, len: usize) -> bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.