PatchworkOS  321f6ec
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_term_list_ctx_t Struct Reference

Context for reading a TermList. More...

#include <term.h>

Collaboration diagram for aml_term_list_ctx_t:

Data Fields

aml_state_tstate
 
aml_object_tscope
 
const uint8_tstart
 
const uint8_tend
 
const uint8_tcurrent
 
aml_stop_reason_t stopReason
 

Detailed Description

Context for reading a TermList.

This structure is used to keep track of the state while reading a TermList from the AML byte stream.

Definition at line 36 of file term.h.

Field Documentation

◆ state

aml_state_t* aml_term_list_ctx_t::state

Definition at line 38 of file term.h.

◆ scope

aml_object_t* aml_term_list_ctx_t::scope

Definition at line 39 of file term.h.

◆ start

const uint8_t* aml_term_list_ctx_t::start

Definition at line 40 of file term.h.

◆ end

const uint8_t* aml_term_list_ctx_t::end

Definition at line 41 of file term.h.

◆ current

const uint8_t* aml_term_list_ctx_t::current

Definition at line 42 of file term.h.

◆ stopReason

aml_stop_reason_t aml_term_list_ctx_t::stopReason

Definition at line 43 of file term.h.


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