Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i2c.c1313 uint32_t nxfr = 0, hwcnt = 0; in mec_hal_i2c_nl_tm_transfered() local
1321 hwcnt = mec_hal_i2c_nl_tm_xfr_count_get(ctx, is_rx); in mec_hal_i2c_nl_tm_transfered()
1324 if (ctx->rdcnt >= hwcnt) { in mec_hal_i2c_nl_tm_transfered()
1325 nxfr = ctx->rdcnt - hwcnt; in mec_hal_i2c_nl_tm_transfered()
1328 if (ctx->wrcnt >= hwcnt) { in mec_hal_i2c_nl_tm_transfered()
1329 nxfr = ctx->wrcnt - hwcnt; in mec_hal_i2c_nl_tm_transfered()