intCallback_Type

Type Alias intCallback_Type 

Source
pub type intCallback_Type = Option<unsafe extern "C" fn()>;
Expand description

@brief Interrupt callback function type

Aliased Type§

pub enum intCallback_Type {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.