Home
last modified time | relevance | path

Searched refs:LPI2C_MasterRepeatedStart (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14Z4/project_template/
Dboard.c112 reVal = LPI2C_MasterRepeatedStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE15Z4/project_template/
Dboard.c112 reVal = LPI2C_MasterRepeatedStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16Z4/project_template/
Dboard.c112 reVal = LPI2C_MasterRepeatedStart(base, deviceAddress, kLPI2C_Read); in BOARD_LPI2C_Receive()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h805 static inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction… in LPI2C_MasterRepeatedStart() function