OpenOCD
stm8.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stm8_common
 

Macros

#define STM8_COMMON_MAGIC   0x53544D38U
 
#define STM8_NUM_CORE_REGS   6
 

Functions

static struct stm8_commontarget_to_stm8 (struct target *target)
 

Macro Definition Documentation

◆ STM8_COMMON_MAGIC

#define STM8_COMMON_MAGIC   0x53544D38U

Definition at line 14 of file stm8.h.

◆ STM8_NUM_CORE_REGS

#define STM8_NUM_CORE_REGS   6

Definition at line 15 of file stm8.h.

Function Documentation

◆ target_to_stm8()