PatchworkOS
Loading...
Searching...
No Matches
aml_buffer_field_obj_t Struct Reference

Data for a buffer field object. More...

#include <object.h>

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_object_ttarget
 
aml_bit_size_t bitOffset
 
aml_bit_size_t bitSize
 

Detailed Description

Data for a buffer field object.

Definition at line 222 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_buffer_field_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 224 of file object.h.

◆ bitOffset

aml_bit_size_t aml_buffer_field_obj_t::bitOffset

Definition at line 226 of file object.h.

Referenced by aml_buffer_field_load(), aml_buffer_field_store(), and aml_object_to_string().

◆ bitSize

aml_bit_size_t aml_buffer_field_obj_t::bitSize

Definition at line 227 of file object.h.

Referenced by aml_buffer_field_load(), aml_buffer_field_store(), and aml_object_to_string().

◆ target

aml_object_t* aml_buffer_field_obj_t::target

Definition at line 225 of file object.h.

Referenced by aml_buffer_field_load(), aml_buffer_field_store(), and aml_object_clear().


The documentation for this struct was generated from the following file: