Struct cortexm4::nvic::Nvic [] [src]

pub struct Nvic(u32);

An opaque wrapper for a single NVIC interrupt.

Hand these out to low-level driver to let them control their own interrupts but not others.

Methods

impl Nvic
[src]

[src]

Creates a new Nvic

Marked unsafe because only chip/platform configuration code should be able to create these.

[src]

Enable the interrupt

[src]

Disable the interrupt

[src]

Clear pending state