Function drone_cortexm::sv::service_handler [−][src]
pub unsafe extern "C" fn service_handler<T: SvService>(frame: *mut *mut u8)
This function is called by [Sv::handler
] for the supervisor service
T
. Parameter T
is based on the number num
in the SVC num
instruction.
Safety
This function should not be called directly.