[−][src]Trait drone_cortexm::sv::SvCall
A supervisor call.
Required methods
pub 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.