OpenOCD
xtensa_algorithm Struct Reference

Xtensa algorithm data. More...

Data Fields

enum xtensa_mode core_mode
 User can set this to specify which core mode algorithm should be run in. More...
 
enum target_debug_reason ctx_debug_reason
 Used internally to backup and restore core state. More...
 
xtensa_reg_val_t ctx_ps
 

Detailed Description

Xtensa algorithm data.

Definition at line 228 of file xtensa.h.

Field Documentation

◆ core_mode

enum xtensa_mode xtensa_algorithm::core_mode

User can set this to specify which core mode algorithm should be run in.

Definition at line 222 of file xtensa.h.

Referenced by esp_xtensa_algo_init(), and xtensa_start_algorithm().

◆ ctx_debug_reason

enum target_debug_reason xtensa_algorithm::ctx_debug_reason

Used internally to backup and restore core state.

Definition at line 222 of file xtensa.h.

Referenced by xtensa_start_algorithm(), and xtensa_wait_algorithm().

◆ ctx_ps

xtensa_reg_val_t xtensa_algorithm::ctx_ps

Definition at line 233 of file xtensa.h.

Referenced by xtensa_start_algorithm(), and xtensa_wait_algorithm().


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