Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h309 bool disableTimeout; /*!< Whether to disable timeout to prevent the ERRWARN. */ member
634 bool disableTimeout; /*!< Whether to disable timeout to prevent the ERRWARN. */ member
Dfsl_i3c.c763 config->disableTimeout = false; in I3C_GetDefaultConfig()
822 …e->MCONFIG = I3C_MCONFIG_MSTENA(config->enableMaster) | I3C_MCONFIG_DISTO(config->disableTimeout) | in I3C_Init()
931 masterConfig->disableTimeout = false; in I3C_MasterGetDefaultConfig()
968 … I3C_MCONFIG_MSTENA(masterConfig->enableMaster) | I3C_MCONFIG_DISTO(masterConfig->disableTimeout) | in I3C_MasterInit()