[][src]Function drone_cortex_m::sv::service_handler

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.