Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h533 …bool matchSlaveStartStop; /*!< Whether to assert start/stop status only the time slave is addresse… member
663 …bool matchSlaveStartStop; /*!< Whether to assert start/stop status only the time slave is addresse… member
Dfsl_i3c.c789 config->matchSlaveStartStop = false; in I3C_GetDefaultConfig()
883 … I3C_SCONFIG_S0IGNORE(config->ignoreS0S1Error) | I3C_SCONFIG_MATCHSS(config->matchSlaveStartStop) | in I3C_Init()
2740 slaveConfig->matchSlaveStartStop = false; in I3C_SlaveGetDefaultConfig()
2824 I3C_SCONFIG_MATCHSS(slaveConfig->matchSlaveStartStop) | in I3C_SlaveInit()