Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c99 static status_t LPI2C_MasterWaitForTxReady(LPI2C_Type *base);
264 static status_t LPI2C_MasterWaitForTxReady(LPI2C_Type *base) in LPI2C_MasterWaitForTxReady() function
538 result = LPI2C_MasterWaitForTxReady(base); in LPI2C_MasterStart()
553 status_t result = LPI2C_MasterWaitForTxReady(base); in LPI2C_MasterStop()
596 result = LPI2C_MasterWaitForTxReady(base); in LPI2C_MasterReceive()
641 status_t result = LPI2C_MasterWaitForTxReady(base); in LPI2C_MasterSend()