Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i2c.c872 ctx->rdcnt = nrx; in mec_hal_i2c_nl_cm_cfg_start()
949 uint16_t rdcnt = (uint16_t)(regs->EXTLEN & 0xff00u); in mec_hal_i2c_nl_cm_event() local
952 rdcnt |= (uint16_t)((cm_cmd >> 24) & 0xffu); in mec_hal_i2c_nl_cm_event()
954 if (!cm_cmd && !(ctx->wrcnt || ctx->rdcnt)) { in mec_hal_i2c_nl_cm_event()
956 } else if (rdcnt && !wrcnt && ((cm_cmd & 0x03u) == 0x01)) { in mec_hal_i2c_nl_cm_event()
1024 state->rdcnt = (uint16_t)((r >> 16) & 0xffu); in mec_hal_i2c_nl_state_get()
1029 state->rdcnt = (uint16_t)((r >> 24) & 0xffu); in mec_hal_i2c_nl_state_get()
1034 state->rdcnt |= (uint16_t)((elen & 0xff00u)); in mec_hal_i2c_nl_state_get()
1181 ctx->rdcnt = nrx; in mec_hal_i2c_nl_tm_config()
1235 uint16_t rdcnt = (uint16_t)((elen >> 16) & 0xff00u); in mec_hal_i2c_nl_tm_event() local
[all …]
Dmec_i2c_api.h130 uint16_t rdcnt; member
206 uint16_t rdcnt; member