Searched refs:LPI2C_MasterStart (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
| D | fsl_lpi2c.h | 788 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 808 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
|
| D | fsl_lpi2c.c | 686 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() function
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/ |
| D | fsl_lpi2c.h | 822 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir); 842 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
|
| D | fsl_lpi2c.c | 775 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() function
|
| /hal_nxp-latest/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-latest/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()
|