Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h1202 status_t I3C_MasterSend(I3C_Type *base, const void *txBuff, size_t txSize, uint32_t flags);
Dfsl_i3c.c1506 status_t I3C_MasterSend(I3C_Type *base, const void *txBuff, size_t txSize, uint32_t flags) in I3C_MasterSend() function
1974 result = I3C_MasterSend(base, transfer->data, transfer->dataSize, transfer->flags); in I3C_MasterTransferBlocking()