PatchworkOS
Loading...
Searching...
No Matches
field_unit.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <stdint.h>
6
40
55
uint64_t aml_field_unit_load(aml_state_t *state, aml_field_unit_obj_t *fieldUnit, aml_object_t *out)
Read the value stored in a FieldUnit. FieldUnits include Fields, IndexFields and BankFields.
Definition field_unit.c:604
uint64_t aml_field_unit_store(aml_state_t *state, aml_field_unit_obj_t *fieldUnit, aml_object_t *in)
Write a value to a FieldUnit. FieldUnits include Fields, IndexFields and BankFields.
Definition field_unit.c:631
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
Data for a field unit object.
Definition object.h:246
ACPI object.
Definition object.h:425
AML State.
Definition state.h:25