Lines Matching refs:command_flg
64 vu16 command_flg; // Flag while request command is executing member
320 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()
770 tpState.command_flg |= TP_REQUEST_COMMAND_FLAG_SET_STABILITY; in TP_RequestSetStabilityAsync()
1142 if (!(tpState.command_flg & command_flgs)) in TP_WaitBusy()
1156 while (tpState.command_flg & command_flgs) in TP_WaitBusy()
1176 if (!tpState.command_flg) in TP_WaitAllBusy()
1186 while (tpState.command_flg) in TP_WaitAllBusy()
1207 return (u32)(tpState.command_flg & command_flgs); in TP_CheckBusy()