[][src]Trait drone_cortex_m::sv::Supervisor

pub trait Supervisor: Sized + 'static {
    fn first() -> *const Self;
}

Generic supervisor.

Required methods

fn first() -> *const Self

Returns a pointer to the first service in the services array.

Loading content...

Implementors

Loading content...