Expand description
Library for decoding aarch64 Exception Syndrome Register and Main ID Register values.
Structs§
- Field
Info - Information about a particular field.
Enums§
- Decode
Error - An error decoding a register value.
Functions§
- decode
- Decodes the given Exception Syndrome Register value, or returns an error if it is not valid.
- decode_
midr - Decodes the given Main ID Register value, or returns an error if it is not valid.
- decode_
smccc - Decodes the function ID of an SMCCC (ARM DEN 0028E v1.4) call, or returns an error if it is not valid.
- parse_
number - Parses a decimal or hexadecimal number from a string.