Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.h828 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize);
Dfsl_lpi2c.c886 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize) in LPI2C_MasterSend() function
1005 result = LPI2C_MasterSend(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h862 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize);
Dfsl_lpi2c.c979 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize) in LPI2C_MasterSend() function
1105 result = LPI2C_MasterSend(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qm/
Dboard.c253 reVal = LPI2C_MasterSend(base, &txBuff[txSize], 1); in BOARD_LPI2C_SendWithoutSubAddr()
/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.c317 reVal = LPI2C_MasterSend(base, &txBuff[txSize], 1); in BOARD_LPI2C_SendWithoutSubAddr()