[][src]Crate msp430

Low level access to MSP430 microcontrollers

This crate is based on cortex-m crate by Jorge Aparicio (@japaric).

It provides:

  • Access to core registers like SR and SP.
  • Interrupt manipulation mechanisms
  • Safe wrappers around assembly instructions like nop

Modules

asm

Miscellaneous assembly instructions

interrupt

Interrupts

peripheral

Core peripherals

register

Processor core registers