Lines Matching refs:rxTermOps
1805 i3c_rx_term_ops_t rxTermOps; in I3C_MasterTransferBlocking() local
1831 rxTermOps = kI3C_RxTermDisable; in I3C_MasterTransferBlocking()
1835 rxTermOps = kI3C_RxAutoTerm; in I3C_MasterTransferBlocking()
1839 rxTermOps = kI3C_RxTermLastByte; in I3C_MasterTransferBlocking()
1870 if ((direction == kI3C_Read) && (rxTermOps == kI3C_RxAutoTerm)) in I3C_MasterTransferBlocking()
1897 if ((direction == kI3C_Read) && (rxTermOps != kI3C_RxTermDisable)) in I3C_MasterTransferBlocking()
1900 rxTermOps = kI3C_RxTermLastByte; in I3C_MasterTransferBlocking()
1937 if (rxTermOps == kI3C_RxAutoTerm) in I3C_MasterTransferBlocking()
1961 if (rxTermOps == kI3C_RxAutoTerm) in I3C_MasterTransferBlocking()
2170 …handle->rxTermOps = (handle->rxTermOps == kI3C_RxTermDisable) ? handle->rxTermOps : kI3C_RxAutoTer… in I3C_TransferStateMachineWaitRepeatedStartCompleteState()
2242 if ((handle->rxTermOps == kI3C_RxTermLastByte) && (handle->remainingBytes == 1UL)) in I3C_TransferStateMachineTransferDataState()
2474 …handle->rxTermOps = (handle->rxTermOps == kI3C_RxTermDisable) ? handle->rxTermOps : kI3C_RxAutoTer… in I3C_InitTransferStateMachine()
2531 handle->rxTermOps = kI3C_RxTermDisable; in I3C_MasterTransferNonBlocking()
2535 handle->rxTermOps = kI3C_RxAutoTerm; in I3C_MasterTransferNonBlocking()
2539 handle->rxTermOps = kI3C_RxTermLastByte; in I3C_MasterTransferNonBlocking()