Trait drone_cortexm::sv::Supervisor[][src]

pub trait Supervisor: Sized + 'static {
    unsafe extern "C" fn handler();
}

Generic supervisor.

Required methods

unsafe extern "C" fn handler()[src]

SV_CALL exception handler for the supervisor.

Safety

This function should be called only by NVIC as part of the vector table.

Loading content...

Implementors

Loading content...