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