Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i2c.c1073 uint32_t cnt_lsb = 0, cnt_msb = 0; in mec_hal_i2c_nl_cm_xfr_count_set() local
1098 cnt_msb = (cnt >> 8) & 0xffu; 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()
1278 uint32_t cnt_lsb = 0, cnt_msb = 0; in mec_hal_i2c_nl_tm_xfr_count_set() local
1303 cnt_msb = (cnt >> 8) & 0xffu; 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()