Crate mips_mcu

source ·
Expand description

Low level access to MIPS MCU cores

This crate includes Rust function to deal with low level aspects related to the MIPS MCU cores (e.g. the M4K core). Routines requiring special or privileged instructions are included in a binary library, thereby avoiding inline assembly.

Modules

  • Core timer (CPO count and compare registers)
  • Support for the Fixed Mapping Translation (FMT) of the MIPS M4K core
  • Interrupts

Structs