Searched refs:LPI2C_MasterStart (Results 1 – 9 of 9) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE15Z4/project_template/ |
D | board.c | 61 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_Send() 99 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE14Z4/project_template/ |
D | board.c | 61 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_Send() 99 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16Z4/project_template/ |
D | board.c | 61 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_Send() 99 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_Receive()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c.h | 787 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 807 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
|
D | fsl_lpi2c.c | 755 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() function
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/mekmimx8qm/ |
D | board.c | 234 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_SendWithoutSubAddr() 316 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/mekmimx8qm/project_template/ |
D | board.c | 234 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_SendWithoutSubAddr() 316 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/mekmimx8qx/ |
D | board.c | 290 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_SendWithoutSubAddr() 382 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/mekmimx8qx/project_template/ |
D | board.c | 290 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_SendWithoutSubAddr() 382 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr()
|