Expand description
ARM support and utils
Structs§
- CpuRegister
- Represents a CPU register value (
W,XorRvalue depending on the context/arch). - FpuRegister
- Represents a FPU register value (
V,DorSvalue depending on the context/arch). - Register
Group - Represents flags of different register kinds/groups.
- Thread
Context - Represents a thread context usable with
svcs.
Functions§
- cache_
flush - Flushes (clean + invalidate) memory cache at a certain memory location.
- get_
system_ tick - Gets the system tick.
- get_
system_ tick_ as_ nanos - Gets the system tick time as nanoseconds.
- get_
system_ tick_ frequency - Gets the system tick frequency.
- nanoseconds_
to_ ticks - Converts nanoseconds to ticks.
- ticks_
to_ nanoseconds - Converts ticks to nanoseconds.