[][src]Trait drone_cortex_m::thr::IntToken

pub trait IntToken: ThrToken {
    type Bundle: IntBundle;

    const INT_NUM: usize;
}

An interrupt token.

Associated Types

type Bundle: IntBundle

NVIC bundle the interrupt belongs to.

Loading content...

Associated Constants

const INT_NUM: usize

The number of the interrupt.

Loading content...

Implementors

Loading content...