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

ICEPICK_ID_MASK macro

Syntax

#define ICEPICK_ID_MASK 0x0fffffff

References

LocationText
cc26xx.h:15
#define ICEPICK_ID_MASK 0x0fffffff
cc26xx.c:53
switch (icepick_id & ICEPICK_ID_MASK) {
cc26xx.c:79
switch (icepick_id & ICEPICK_ID_MASK) {
cc26xx.c:429
switch (cc26xx_bank->icepick_id & ICEPICK_ID_MASK) {