Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14Z4/project_template/
Dboard.c68 reVal = LPI2C_MasterSend(base, &subAddress, subAddressSize); in BOARD_LPI2C_Send()
74 reVal = LPI2C_MasterSend(base, txBuff, txBuffSize); in BOARD_LPI2C_Send()
106 reVal = LPI2C_MasterSend(base, &subAddress, subAddressSize); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE15Z4/project_template/
Dboard.c68 reVal = LPI2C_MasterSend(base, &subAddress, subAddressSize); in BOARD_LPI2C_Send()
74 reVal = LPI2C_MasterSend(base, txBuff, txBuffSize); in BOARD_LPI2C_Send()
106 reVal = LPI2C_MasterSend(base, &subAddress, subAddressSize); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16Z4/project_template/
Dboard.c68 reVal = LPI2C_MasterSend(base, &subAddress, subAddressSize); in BOARD_LPI2C_Send()
74 reVal = LPI2C_MasterSend(base, txBuff, txBuffSize); in BOARD_LPI2C_Send()
106 reVal = LPI2C_MasterSend(base, &subAddress, subAddressSize); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h827 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize);
Dfsl_lpi2c.c959 status_t LPI2C_MasterSend(LPI2C_Type *base, void *txBuff, size_t txSize) in LPI2C_MasterSend() function
1085 result = LPI2C_MasterSend(base, transfer->data, transfer->dataSize); in LPI2C_MasterTransferBlocking()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qm/
Dboard.c253 reVal = LPI2C_MasterSend(base, &txBuff[txSize], 1); in BOARD_LPI2C_SendWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qm/project_template/
Dboard.c253 reVal = LPI2C_MasterSend(base, &txBuff[txSize], 1); in BOARD_LPI2C_SendWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.c317 reVal = LPI2C_MasterSend(base, &txBuff[txSize], 1); in BOARD_LPI2C_SendWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/project_template/
Dboard.c317 reVal = LPI2C_MasterSend(base, &txBuff[txSize], 1); in BOARD_LPI2C_SendWithoutSubAddr()