Lines Matching refs:reply
327 … SwitchSubcommandInputPacket_t *reply = (SwitchSubcommandInputPacket_t *)&ctx->m_rgucReadBuffer[1]; in ReadSubcommandReply() local
328 if (reply->ucSubcommandID == expectedID && (reply->ucSubcommandAck & 0x80)) { in ReadSubcommandReply()
329 return reply; in ReadSubcommandReply()
402 SwitchSubcommandInputPacket_t *reply = NULL; in WriteSubcommand() local
404 while (!reply && nRetries--) { in WriteSubcommand()
412 reply = ReadSubcommandReply(ctx, ucCommandID); in WriteSubcommand()
416 *ppReply = reply; in WriteSubcommand()
418 return reply != NULL; in WriteSubcommand()
554 SwitchSubcommandInputPacket_t *reply = NULL; in LoadStickCalibration() local
561 …nd(ctx, k_eSwitchSubcommandIDs_SPIFlashRead, (uint8_t *)&readParams, sizeof(readParams), &reply)) { in LoadStickCalibration()
570 pStickCal = reply->spiReadData.rgucReadData; in LoadStickCalibration()