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