OpenOCD
stm8_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
stm8_common
stm8_common struct
Syntax
Show:
Summary
Declaration
from
stm8.h:17
struct
stm8_common
{
unsigned
int
common_magic
;
void
*
arch_info
;
struct
reg_cache
*
core_cache
;
uint32_t
core_regs
[
STM8_NUM_CORE_REGS
]
;
struct
working_area
*
fast_data_area
;
bool
swim_configured
;
bool
bp_scanned
;
uint8_t
num_hw_bpoints
;
uint8_t
num_hw_bpoints_avail
;
struct
stm8_comparator
*
hw_break_list
;
uint32_t
blocksize
;
uint32_t
flashstart
;
uint32_t
flashend
;
uint32_t
eepromstart
;
uint32_t
eepromend
;
uint32_t
optionstart
;
uint32_t
optionend
;
bool
enable_step_irq
;
bool
enable_stm8l
;
uint32_t
flash_cr2
;
uint32_t
flash_ncr2
;
uint32_t
flash_iapsr
;
uint32_t
flash_dukr
;
uint32_t
flash_pukr
;
uint32_t
cc
;
bool
cc_valid
;
int
(
*
read_core_reg
)
(
struct
target
*
target
,
unsigned
int
num
)
;
int
(
*
write_core_reg
)
(
struct
target
*
target
,
unsigned
int
num
)
;
}
;
Fields
Field
Declared as
stm8_common::common_magic
unsigned
int
stm8_common::arch_info
void
*
stm8_common::core_cache
struct
reg_cache
*
stm8_common::core_regs
uint32_t
[
STM8_NUM_CORE_REGS
]
stm8_common::fast_data_area
struct
working_area
*
stm8_common::swim_configured
bool
stm8_common::bp_scanned
bool
stm8_common::num_hw_bpoints
uint8_t
stm8_common::num_hw_bpoints_avail
uint8_t
stm8_common::hw_break_list
struct
stm8_comparator
*
stm8_common::blocksize
uint32_t
stm8_common::flashstart
uint32_t
stm8_common::flashend
uint32_t
stm8_common::eepromstart
uint32_t
stm8_common::eepromend
uint32_t
stm8_common::optionstart
uint32_t
stm8_common::optionend
uint32_t
stm8_common::enable_step_irq
bool
stm8_common::enable_stm8l
bool
stm8_common::flash_cr2
uint32_t
stm8_common::flash_ncr2
uint32_t
stm8_common::flash_iapsr
uint32_t
stm8_common::flash_dukr
uint32_t
stm8_common::flash_pukr
uint32_t
stm8_common::cc
uint32_t
stm8_common::cc_valid
bool
stm8_common::read_core_reg
int
(
*
)
(
struct
target
*
target
,
unsigned
int
num
)
stm8_common::write_core_reg
int
(
*
)
(
struct
target
*
target
,
unsigned
int
num
)
Related Functions
Found 3 other functions taking a
stm8_common
argument:
Function
stm8_init_flash_regs()
stm8_init_arch_info()
stm8_run_and_wait()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out