Home
last modified time | relevance | path

Searched refs:pStep (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c512 static void RCL_Handler_BLE_CS_preprocessStep(RCL_CmdBleCs *pCmd, RCL_CmdBleCs_Step *pStep, RCL_Cmd…
662 RCL_CmdBleCs_Step *pStep = NULL; in RCL_Handler_BLE_CS_fetchAndforwardNextStep() local
675 pStep = (RCL_CmdBleCs_Step *) &pStepBuffer->data[0]; in RCL_Handler_BLE_CS_fetchAndforwardNextStep()
681 pStep += pStepBuffer->headIndex/sizeof(RCL_CmdBleCs_Step); in RCL_Handler_BLE_CS_fetchAndforwardNextStep()
684 RCL_Handler_BLE_CS_preprocessStep(pCmd, pStep, &step); in RCL_Handler_BLE_CS_fetchAndforwardNextStep()
1205 static void RCL_Handler_BLE_CS_preprocessStep(RCL_CmdBleCs *pCmd, RCL_CmdBleCs_Step *pStep, RCL_Cmd… in RCL_Handler_BLE_CS_preprocessStep() argument
1208 pStepI->channelIdx = pStep->channelIdx; in RCL_Handler_BLE_CS_preprocessStep()
1209 pStepI->mode = pStep->mode; in RCL_Handler_BLE_CS_preprocessStep()
1210 pStepI->antennaPermIdx = pStep->antennaPermIdx; in RCL_Handler_BLE_CS_preprocessStep()
1211 pStepI->toneExtension = pStep->toneExtension; in RCL_Handler_BLE_CS_preprocessStep()
[all …]