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

Data Fields

uint64_t(* read )(aml_state_t *state, aml_opregion_obj_t *opregion, uint64_t address, aml_bit_size_t accessSize, uint64_t *out)
 
uint64_t(* write )(aml_state_t *state, aml_opregion_obj_t *opregion, uint64_t address, aml_bit_size_t accessSize, uint64_t value)
 

Detailed Description

Definition at line 15 of file field_unit.c.

Field Documentation

◆ read

uint64_t(* aml_region_handler_t::read) (aml_state_t *state, aml_opregion_obj_t *opregion, uint64_t address, aml_bit_size_t accessSize, uint64_t *out)

Definition at line 17 of file field_unit.c.

Referenced by aml_opregion_read().

◆ write

uint64_t(* aml_region_handler_t::write) (aml_state_t *state, aml_opregion_obj_t *opregion, uint64_t address, aml_bit_size_t accessSize, uint64_t value)

Definition at line 19 of file field_unit.c.

Referenced by aml_opregion_write().


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