Trait drone_cortexm::thr::NvicBlock[][src]

pub trait NvicBlock {
    const BLOCK_NUM: usize;
}

NVIC registers block.

Associated Constants

const BLOCK_NUM: usize[src]

The number of NVIC block.

Loading content...

Implementors

Loading content...