Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/os/reset-1/src/
Dscreen.c57 char temp[32 + 2], *tempPtr; in PrintString() local
68 tempPtr = &temp[0]; in PrintString()
70 for (i = 0; *tempPtr; i++, tempPtr++) in PrintString()
72 *p = (u16)((palette << 12) | *tempPtr); in PrintString()
/TwlSDK-5.1.0/build/demos/os/consoleType-1/src/
Dscreen.c54 char temp[32 + 2], *tempPtr; in PrintString() local
65 tempPtr = &temp[0]; in PrintString()
67 for (i = 0; *tempPtr; i++, tempPtr++) in PrintString()
69 *p = (u16)((palette << 12) | *tempPtr); in PrintString()
/TwlSDK-5.1.0/build/demos/ctrdg/pullout-1/src/
Dscreen.c54 char temp[32 + 2], *tempPtr; in PrintString() local
65 tempPtr = &temp[0]; in PrintString()
67 for (i = 0; *tempPtr; i++, tempPtr++) in PrintString()
69 *p = (u16)((palette << 12) | *tempPtr); in PrintString()
/TwlSDK-5.1.0/build/demos.TWL/spi/pm-2/src/
Dscreen.c53 char temp[32 + 2], *tempPtr; in PrintString() local
64 tempPtr = &temp[0]; in PrintString()
66 for (i = 0; *tempPtr; i++, tempPtr++) in PrintString()
68 *p = (u16)((palette << 12) | *tempPtr); in PrintString()
/TwlSDK-5.1.0/build/demos/os/exceptionDisplay-4/src/
Dscreen.c54 char temp[32 + 2], *tempPtr; in PrintString() local
65 tempPtr = &temp[0]; in PrintString()
67 for (i = 0; *tempPtr; i++, tempPtr++) in PrintString()
69 *p = (u16)((palette << 12) | *tempPtr); in PrintString()
/TwlSDK-5.1.0/build/demos/spi/pm-1/src/
Dscreen.c55 char temp[32 + 2], *tempPtr; in PrintString() local
66 tempPtr = &temp[0]; in PrintString()
68 for (i = 0; *tempPtr; i++, tempPtr++) in PrintString()
70 *p = (u16)((palette << 12) | *tempPtr); in PrintString()