Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i2c.c1077 uint8_t epos = MEC_I2C_SMB_ELEN_CM_WRCNT_MSB_Pos; in mec_hal_i2c_nl_cm_xfr_count_set() local
1094 epos = MEC_I2C_SMB_ELEN_CM_RDCNT_MSB_Pos; in mec_hal_i2c_nl_cm_xfr_count_set()
1100 regs->EXTLEN = (regs->EXTLEN & (uint32_t)~emsk) | ((cnt_msb << epos) & emsk); in mec_hal_i2c_nl_cm_xfr_count_set()
1282 uint8_t epos = MEC_I2C_SMB_ELEN_TM_WRCNT_MSB_Pos; in mec_hal_i2c_nl_tm_xfr_count_set() local
1299 epos = MEC_I2C_SMB_ELEN_TM_RDCNT_MSB_Pos; in mec_hal_i2c_nl_tm_xfr_count_set()
1305 regs->EXTLEN = (regs->EXTLEN & (uint32_t)~emsk) | ((cnt_msb << epos) & emsk); in mec_hal_i2c_nl_tm_xfr_count_set()