Crate aarch64_esr_decoder

Source
Expand description

Library for decoding aarch64 Exception Syndrome Register and Main ID Register values.

Structs§

FieldInfo
Information about a particular field.

Enums§

DecodeError
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.