Searched refs:I3C_MasterSend (Results 1 – 2 of 2) sorted by relevance
1202 status_t I3C_MasterSend(I3C_Type *base, const void *txBuff, size_t txSize, uint32_t flags);
1506 status_t I3C_MasterSend(I3C_Type *base, const void *txBuff, size_t txSize, uint32_t flags) in I3C_MasterSend() function1974 result = I3C_MasterSend(base, transfer->data, transfer->dataSize, transfer->flags); in I3C_MasterTransferBlocking()