Searched refs:TP_REQUEST_COMMAND_FLAG_AUTO_OFF (Results 1 – 2 of 2) sorted by relevance
57 … TP_REQUEST_COMMAND_FLAG_AUTO_OFF = 1 << TP_REQUEST_COMMAND_AUTO_OFF, // Stops auto sampling enumerator209 TP_WaitBusy(TP_REQUEST_COMMAND_FLAG_AUTO_OFF); in TP_RequestAutoSamplingStop()210 return TP_CheckError(TP_REQUEST_COMMAND_FLAG_AUTO_OFF); in TP_RequestAutoSamplingStop()
719 SDK_ASSERT(!(tpState.command_flg & TP_REQUEST_COMMAND_FLAG_AUTO_OFF)); in TP_RequestAutoSamplingStopAsync()731 tpState.command_flg |= TP_REQUEST_COMMAND_FLAG_AUTO_OFF; in TP_RequestAutoSamplingStopAsync()732 tpState.err_flg &= ~TP_REQUEST_COMMAND_FLAG_AUTO_OFF; in TP_RequestAutoSamplingStopAsync()