Trait drone_cortexm::sv::SvService [−][src]
Generic supervisor service.
Required methods
unsafe extern "C" fn handler(&mut self)
[src]
Called when SVC num
instruction was invoked and num
corresponds to
the service.
Safety
This function should not be called directly.