[−][src]Trait drone_cortex_m::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.