Home
last modified time | relevance | path

Searched refs:LPI2C_CheckForBusyBus (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c385 status_t LPI2C_CheckForBusyBus(LPI2C_Type *base) in LPI2C_CheckForBusyBus() function
758 status_t result = LPI2C_CheckForBusyBus(base); in LPI2C_MasterStart()
1019 result = LPI2C_CheckForBusyBus(base); in LPI2C_MasterTransferBlocking()
1548 result = LPI2C_CheckForBusyBus(base); in LPI2C_MasterTransferNonBlocking()
Dfsl_lpi2c.h536 status_t LPI2C_CheckForBusyBus(LPI2C_Type *base);
Dfsl_lpi2c_edma.c272 result = LPI2C_CheckForBusyBus(base); in LPI2C_MasterTransferEDMA()