Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.h843 status_t LPI2C_MasterReceive(LPI2C_Type *base, void *rxBuff, size_t rxSize);
Dfsl_lpi2c.c784 status_t LPI2C_MasterReceive(LPI2C_Type *base, void *rxBuff, size_t rxSize) in LPI2C_MasterStop() function
1011 result = LPI2C_MasterReceive(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h877 status_t LPI2C_MasterReceive(LPI2C_Type *base, void *rxBuff, size_t rxSize);
Dfsl_lpi2c.c877 status_t LPI2C_MasterReceive(LPI2C_Type *base, void *rxBuff, size_t rxSize) in LPI2C_MasterStop() function
1111 result = LPI2C_MasterReceive(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qm/
Dboard.c332 reVal = LPI2C_MasterReceive(base, rxBuff, rxBuffSize); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.c399 reVal = LPI2C_MasterReceive(base, rxBuff, rxBuffSize); in BOARD_LPI2C_ReceiveWithoutSubAddr()