Searched refs:tpState (Results 1 – 1 of 1) sorted by relevance
66 tpState; variable226 tpState.err_flg |= (1 << command); in TPi_ErrorAtPxi()228 if (tpState.callback) in TPi_ErrorAtPxi()230 (tpState.callback) (command, TP_RESULT_PXI_BUSY, 0); in TPi_ErrorAtPxi()275 tpState.index++; in TPi_TpCallback()276 if (tpState.index >= tpState.bufSize) in TPi_TpCallback()278 tpState.index = 0; in TPi_TpCallback()282 TPi_CopyTpFromSystemWork(&tpState.samplingBufs[tpState.index]); in TPi_TpCallback()284 if (tpState.callback) in TPi_TpCallback()286 (tpState.callback) ((TPRequestCommand)command, TP_RESULT_SUCCESS, (u8)tpState.index); in TPi_TpCallback()[all …]