Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h300 bool disableTimeout; /*!< Whether to disable timeout to prevent the ERRWARN. */ member
618 bool disableTimeout; /*!< Whether to disable timeout to prevent the ERRWARN. */ member
Dfsl_i3c.c763 config->disableTimeout = false; in I3C_GetDefaultConfig()
817 …e->MCONFIG = I3C_MCONFIG_MSTENA(config->enableMaster) | I3C_MCONFIG_DISTO(config->disableTimeout) | in I3C_Init()
908 masterConfig->disableTimeout = false; in I3C_MasterGetDefaultConfig()
941 … I3C_MCONFIG_MSTENA(masterConfig->enableMaster) | I3C_MCONFIG_DISTO(masterConfig->disableTimeout) | in I3C_MasterInit()