Home
last modified time | relevance | path

Searched refs:LPI2C_MasterSend (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h825 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize);
Dfsl_lpi2c.c852 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize) in LPI2C_MasterSend() function
969 result = LPI2C_MasterSend(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.h773 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize);
Dfsl_lpi2c.c816 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize) in LPI2C_MasterSend() function
926 result = LPI2C_MasterSend(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()