[][src]Function drone_cortex_m::sv::sv_call

pub unsafe fn sv_call<T: SvService>(service: &mut T, num: u8)

Calls SVC num instruction.

Safety

This function should not be called directly.