Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.h788 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir);
808 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
Dfsl_lpi2c.c686 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/
Dfsl_lpi2c.h822 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir);
842 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
Dfsl_lpi2c.c775 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/
Dboard.c234 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/
Dboard.c290 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Write); in BOARD_LPI2C_SendWithoutSubAddr()
382 reVal = LPI2C_MasterStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_ReceiveWithoutSubAddr()