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

pub trait IntToken: ThrToken {
    type NvicBlock: NvicBlock;

    pub const INT_NUM: usize;
}

An interrupt token.

Associated Types

type NvicBlock: NvicBlock[src]

NVIC block the interrupt belongs to.

Loading content...

Associated Constants

pub const INT_NUM: usize[src]

The number of the interrupt.

Loading content...

Implementors

Loading content...