Trait IntToken
drone_cortexm::thr
pub trait IntToken: ThrToken { type NvicBlock: NvicBlock; const INT_NUM: usize; }
An interrupt token.
type NvicBlock: NvicBlock
NVIC block the interrupt belongs to.
const INT_NUM: usize
The number of the interrupt.