Home
last modified time | relevance | path

Searched refs:topsmSourcePointer (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.c57 const uint32_t *topsmSourcePointer = image->image; in LRF_loadImage() local
70 while ((((uintptr_t) topsmSourcePointer) & 0x0F) != 0) in LRF_loadImage()
72 *ram++ = *topsmSourcePointer++; in LRF_loadImage()
86 *((struct quadword *) ram) = *((const struct quadword *) topsmSourcePointer); in LRF_loadImage()
87 topsmSourcePointer += 4; in LRF_loadImage()
93 : "+r" (topsmSourcePointer), in LRF_loadImage()
104 *ram++ = *topsmSourcePointer++; in LRF_loadImage()