[][src]Trait drone_cortexm::thr::IntToken

pub trait IntToken: ThrToken {
    type NvicBlock: NvicBlock;

    const INT_NUM: usize;
}

An interrupt token.

Associated Types

type NvicBlock: NvicBlock

NVIC block the interrupt belongs to.

Loading content...

Associated Constants

const INT_NUM: usize

The number of the interrupt.

Loading content...

Implementors

Loading content...