Home | History | Annotate | Download | only in src

Lines Matching refs:TCoexActivity

3707     TCoexActivity tCoexActivity;
3720 tCoexActivity.coexIp = (U8)parm[0].value;
3721 tCoexActivity.activityId = (U8)parm[1].value;
3722 tCoexActivity.defaultPriority = (U8)parm[2].value;
3723 tCoexActivity.raisedPriority = (U8)parm[3].value;
3724 tCoexActivity.minService = (U16)parm[4].value;
3725 tCoexActivity.maxService = (U16)parm[5].value;
3728 &tCoexActivity, sizeof(tCoexActivity));