Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c1260 uint32_t mctrlVal; in I3C_MasterRepeatedStartWithRxSize() local
1281 mctrlVal = base->MCTRL; in I3C_MasterRepeatedStartWithRxSize()
1282mctrlVal &= ~(I3C_MCTRL_TYPE_MASK | I3C_MCTRL_REQUEST_MASK | I3C_MCTRL_DIR_MASK | I3C_MCTRL_ADDR_M… in I3C_MasterRepeatedStartWithRxSize()
1284mctrlVal |= I3C_MCTRL_TYPE(type) | I3C_MCTRL_REQUEST(kI3C_RequestEmitStartAddr) | I3C_MCTRL_DIR(di… in I3C_MasterRepeatedStartWithRxSize()
1287 base->MCTRL = mctrlVal; in I3C_MasterRepeatedStartWithRxSize()