Crate cortexm0 [] [src]

Reexports

extern crate core as core;
extern crate kernel;
use core::prelude::v1::*;

Modules

nvic

Cortex-M0 NVIC

Functions

SVC_Handler
generic_isr

All ISRs are caught by this handler which disables the NVIC and switches to the kernel.

switch_to_user