Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14Z4/project_template/
Dboard.c80 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_Send()
124 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE15Z4/project_template/
Dboard.c80 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_Send()
124 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16Z4/project_template/
Dboard.c80 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_Send()
124 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qm/
Dboard.c276 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_SendWithoutSubAddr()
338 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qm/project_template/
Dboard.c276 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_SendWithoutSubAddr()
338 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.c340 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_SendWithoutSubAddr()
405 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/mekmimx8qx/project_template/
Dboard.c340 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_SendWithoutSubAddr()
405 reVal = LPI2C_MasterStop(base); in BOARD_LPI2C_ReceiveWithoutSubAddr()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h857 status_t LPI2C_MasterStop(LPI2C_Type *base);
Dfsl_lpi2c.c796 status_t LPI2C_MasterStop(LPI2C_Type *base) in LPI2C_MasterStop() function
1101 result = LPI2C_MasterStop(base); in LPI2C_MasterTransferBlocking()