Searched refs:rxTermOps (Results 1 – 2 of 2) sorted by relevance
1805 i3c_rx_term_ops_t rxTermOps; in I3C_MasterTransferBlocking() local1831 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()[all …]
386 i3c_rx_term_ops_t rxTermOps; /*!< Read termination operation. */ member