Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/paddemo/src/
Dcont.c125 Cont* contAll; in ReadCont() local
131 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
132 contAll->err = PAD_ERR_NO_CONTROLLER; in ReadCont()
142 contAll->err = PAD_ERR_NONE; in ReadCont()
146 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
148 contAll->err = PAD_ERR_TRANSFER; in ReadCont()
156 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
158 contAll->err = PAD_ERR_NOT_READY; in ReadCont()
173 contAll->buttonLast = contAll->button; in ReadCont()
174 contAll->button = contAll->down = contAll->up = contAll->repeat = 0; in ReadCont()
[all …]