Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h310 i3c_master_hkeep_t hKeep; /*!< High keeper mode setting. */ member
635 i3c_master_hkeep_t hKeep; /*!< High keeper mode setting. */ member
Dfsl_i3c.c764 config->hKeep = kI3C_MasterHighKeeperNone; in I3C_GetDefaultConfig()
823 … I3C_MCONFIG_HKEEP(config->hKeep) | I3C_MCONFIG_ODSTOP(config->enableOpenDrainStop) | in I3C_Init()
932 masterConfig->hKeep = kI3C_MasterHighKeeperNone; in I3C_MasterGetDefaultConfig()
969 … I3C_MCONFIG_HKEEP(masterConfig->hKeep) | I3C_MCONFIG_ODSTOP(masterConfig->enableOpenDrainStop) | in I3C_MasterInit()