Trait drone_cortexm::sv::Supervisor [−][src]
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.