[][src]Trait drone_cortex_m::thr::IntBundle

pub trait IntBundle {
    const BUNDLE_NUM: usize;
}

NVIC registers bundle.

Associated Constants

const BUNDLE_NUM: usize

The number of NVIC bundle.

Loading content...

Implementors

impl IntBundle for IntBundle0[src]

impl IntBundle for IntBundle1[src]

impl IntBundle for IntBundle2[src]

impl IntBundle for IntBundle3[src]

impl IntBundle for IntBundle4[src]

impl IntBundle for IntBundle5[src]

impl IntBundle for IntBundle6[src]

impl IntBundle for IntBundle7[src]

Loading content...