Crate msp430

Source
Expand description

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
critical_section
Single-core critical section implementation using the critical_section crate. Only the with function is publicly exposed.
interrupt
Interrupts
register
Processor core registers