Crate lm3s6965

source ·
Expand description

A minimal device crate for the LM3S6965

This device crate only contains interrupt bindings and it’s main use case is running Real Time For the Masses (RTFM) programs on QEMU.

NOTE: This crate targets Rust 1.31 so you’ll need nightly or beta until that version is released.

References

Re-exports

pub use self::Interrupt as interrupt;

Structs

All the peripherals

Enums

Enumeration of all interrupts

Constants

Number of bits available in the NVIC for configuring priority

Attribute Macros

Attribute to declare an interrupt (AKA device-specific exception) handler