Trait drone_cortexm::sv::SvCall [−][src]
A supervisor call.
Required methods
unsafe fn call(service: &mut T)[src]
Calls the supervisor service service. Translates to SVC num
instruction, where num corresponds to the service T.
Safety
Safety is implementation defined.