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

XT_INS_BREAKN_LE macro

Syntax

#define XT_INS_BREAKN_LE(IMM4) (0xF02D | (((IMM4) & 0xF) << 8))

Arguments

IMM4

References

LocationText
xtensa.h:32
#define XT_INS_BREAKN_LE(IMM4) (0xF02D | (((IMM4) & 0xF) << 8))
xtensa.h:34
#define XT_INS_BREAKN(X, IMM4) (XT_ISBE(X) ? XT_INS_BREAKN_BE(IMM4) : XT_INS_BREAKN_LE(IMM4))