Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify layout of msmt_regs #86

Open
steven-bellock opened this issue Aug 27, 2024 · 0 comments
Open

Specify layout of msmt_regs #86

steven-bellock opened this issue Aug 27, 2024 · 0 comments

Comments

@steven-bellock
Copy link
Contributor

Given

/* Number of initial measurement registers */
uint_8 initial_measurements;
/* Number of runtime measurement registers */
uint_8 runtime_measurements;
/* Array of all measurement register descriptors */
MeasurementRegisterDescriptor[MAX_MEASUREMENT_REGISTERS] msmt_regs;

specify the layout of msmt_regs. In particular is the size of the array always MAX_MEASUREMENT_REGISTERS or does the size depend on the values of initial_measurements and runtime_measurements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant