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 thewith
function is publicly exposed. - interrupt
- Interrupts
- register
- Processor core registers