Skip to main content

PspDebugErrorHandler

Type Alias PspDebugErrorHandler 

Source
pub type PspDebugErrorHandler = Option<unsafe extern "C" fn(regs: *mut PspDebugRegBlock)>;
Expand description

Defines a debug error handler

Aliased Type§

pub enum PspDebugErrorHandler {
    None,
    Some(unsafe extern "C" fn(*mut _PspDebugRegBlock)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _PspDebugRegBlock))

Some value of type T.