Module eikon3ds_core::arch::memory_access
source · Expand description
Definitions for components that can preform memory read or write operations from an memory address.
Traits
- A component that can either read or write a byte from a memory address.
- A component that can either read or write a halfword from a memory address.
- A component that can either read or write a word from a memory address.
Functions
- Writes a halfword to the memory array at the specified offset in little endian order.
- Writes a word to the memory array at the specified offset in little endian order.