Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/paddemo/src/
Dclamp2.c31 PADStatus Pads[PAD_MAX_CONTROLLERS]; variable
43 Pads[chan].err, in PrintPads()
44 (Pads[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintPads()
45 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
46 (Pads[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintPads()
47 (Pads[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintPads()
48 (Pads[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintPads()
49 (Pads[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintPads()
50 (Pads[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintPads()
51 (Pads[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintPads()
[all …]
Dbasic.c61 PADStatus Pads[PAD_MAX_CONTROLLERS]; variable
73 Pads[chan].err, in PrintPads()
74 (Pads[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintPads()
75 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
76 (Pads[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintPads()
77 (Pads[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintPads()
78 (Pads[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintPads()
79 (Pads[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintPads()
80 (Pads[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintPads()
81 (Pads[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintPads()
[all …]
Dsampling.c40 volatile PADStatus Pads[SI_MAX_CHAN]; variable
54 memcpy((PADStatus*) &Pads[chan], &pads[chan], sizeof(PADStatus)); in SamplingCallback()
78 Pads[chan].err = PAD_ERR_NO_CONTROLLER; in main()
109 memcpy(pads, (PADStatus*) Pads, sizeof Pads); in main()
129 Pads[chan].err = PAD_ERR_NOT_READY; in main()
133 Pads[chan].err = PAD_ERR_NO_CONTROLLER; in main()