Skip to main content

esprv_int_mgmt_t

Type Alias esprv_int_mgmt_t 

Source
pub type esprv_int_mgmt_t = Option<unsafe extern "C" fn(argc: c_int, ...) -> u32>;
Expand description

Function prototype executing interrupt configuration APIs as service calls

Aliased Type§

pub enum esprv_int_mgmt_t {
    None,
    Some(unsafe extern "C" fn(i32, ...) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, ...) -> u32)

Some value of type T.