stm8_common::enable_stm8l is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm8_common::enable_stm8l

stm8_common::enable_stm8l field

Syntax

bool enable_stm8l;

References

LocationReferrerText
stm8.h:41
bool enable_stm8l;
stm8.c:1066stm8_init_flash_regs()
stm8->enable_stm8l = enable_stm8l;
stm8.c:1068stm8_init_flash_regs()
if (stm8->enable_stm8l) {
stm8.c:2090stm8_jim_configure()
stm8->enable_stm8l = true;
stm8.c:2091stm8_jim_configure()
LOG_DEBUG("enable_stm8l=%8.8x", stm8->enable_stm8l);
stm8.c:2092stm8_jim_configure()
stm8_init_flash_regs(stm8->enable_stm8l, stm8);
stm8.c:2119stm8_handle_enable_stm8l_command()
bool enable = stm8->enable_stm8l;
stm8.c:2123stm8_handle_enable_stm8l_command()
stm8->enable_stm8l = enable;
stm8.c:2125stm8_handle_enable_stm8l_command()
msg = stm8->enable_stm8l ? "enabled" : "disabled";
stm8.c:2127stm8_handle_enable_stm8l_command()
stm8_init_flash_regs(stm8->enable_stm8l, stm8);

Data Use

Functions writing stm8_common::enable_stm8l
Functions reading stm8_common::enable_stm8l
stm8_common::enable_stm8l