OpenOCD
|
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 |
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().
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().
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().