Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/wpaddemo/src/
Dhandling.c460 WPADFSStatus *fs_ptr; in renderStatus() local
527 fs_ptr = (WPADFSStatus *)(&status_block[i]); in renderStatus()
564 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsStickX)); y+= FONT_HEIGHT; in renderStatus()
565 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsStickY)); y+= FONT_HEIGHT; in renderStatus()
569 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsAccX)); y+= FONT_HEIGHT; in renderStatus()
570 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsAccY)); y+= FONT_HEIGHT; in renderStatus()
571 DEMOPrintf(x, y, 0, " %04X", (u16)(fs_ptr->fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
734 WPADFSStatus *fs_ptr; in renderAimings() local
769 fs_ptr = (WPADFSStatus *)(&fs_ringbuffer[j][0]); in renderAimings()
776 if (WPAD_ERR_NONE == fs_ptr[index].err) in renderAimings()
[all …]