Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.h660 static inline void LPI2C_MasterGetFifoCounts(LPI2C_Type *base, size_t *rxCount, size_t *txCount) in LPI2C_MasterGetFifoCounts() function
Dfsl_lpi2c.c274 LPI2C_MasterGetFifoCounts(base, NULL, &txCount); in LPI2C_MasterWaitForTxReady()
719 LPI2C_MasterGetFifoCounts(base, &rxCount, &txCount); in LPI2C_RunTransferStateMachine()