[][src]Trait drone_cortex_m::sv::SvCall

pub trait SvCall<T: SvService>: Supervisor {
    unsafe fn call(service: &mut T);
}

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.

Loading content...

Implementors

Loading content...