PatchworkOS
Loading...
Searching...
No Matches
buffer_field.c File Reference

Go to the source code of this file.

Macros

#define AML_BUFFER_FIELD_TEMP_SIZE   256
 

Functions

uint64_t aml_buffer_field_load (aml_buffer_field_obj_t *bufferField, aml_object_t *out)
 Read the value stored in a BufferField and store it in the out object.
 
uint64_t aml_buffer_field_store (aml_buffer_field_obj_t *bufferField, aml_object_t *in)
 Write a value to a BufferField.
 

Macro Definition Documentation

◆ AML_BUFFER_FIELD_TEMP_SIZE

#define AML_BUFFER_FIELD_TEMP_SIZE   256

Definition at line 7 of file buffer_field.c.