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

PTR_WIDTH macro

Syntax

#define PTR_WIDTH 4

References

LocationText
nuttx.c:30
#define PTR_WIDTH 4
nuttx.c:184
#if PTR_WIDTH == 8
nuttx.c:226
uint8_t *pidhash = malloc(npidhash * PTR_WIDTH);
nuttx.c:232
ret = target_read_buffer(rtos->target, pidhashaddr, PTR_WIDTH * npidhash, pidhash);
nuttx.c:270
tcbaddr = target_buffer_get_u32(rtos->target, &pidhash[i * PTR_WIDTH]);