Searched refs:command_flg (Results 1 – 1 of 1) sorted by relevance
64 vu16 command_flg; // Flag while request command is executing member320 tpState.command_flg &= ~(1 << command); in TPi_TpCallback()344 tpState.command_flg &= ~(1 << command); in TPi_TpCallback()393 tpState.command_flg = 0; in TP_Init()552 SDK_ASSERT(!(tpState.command_flg & TP_REQUEST_COMMAND_FLAG_SAMPLING)); in TP_RequestSamplingAsync()563 tpState.command_flg |= TP_REQUEST_COMMAND_FLAG_SAMPLING; in TP_RequestSamplingAsync()677 SDK_ASSERT(!(tpState.command_flg & TP_REQUEST_COMMAND_FLAG_AUTO_ON)); in TP_RequestAutoSamplingStartAsync()699 tpState.command_flg |= TP_REQUEST_COMMAND_FLAG_AUTO_ON; in TP_RequestAutoSamplingStartAsync()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()[all …]