Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h191 kI3C_RequestEmitStartAddr = 1U, /*!< Request to emit start and address on bus. */ enumerator
Dfsl_i3c.c1284 …mctrlVal |= I3C_MCTRL_TYPE(type) | I3C_MCTRL_REQUEST(kI3C_RequestEmitStartAddr) | I3C_MCTRL_DIR(di… in I3C_MasterRepeatedStartWithRxSize()