HS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

HS macro

Syntax

#define HS 0x10

References

LocationText
stm8.c:127
#define HS 0x10
stm8.c:799
csr |= HS;
stm8.c:801
LOG_DEBUG("writing B0 to SWIM_CSR (SAFE_MASK + SWIM_DM + HS:%d)", csr & HS ? 1 : 0);