Home
last modified time | relevance | path

Searched refs:isSecondary (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c227 if (masterControlInfo->isSecondary) in I3C_MasterAdapterInit()
251 if (masterControlInfo->isSecondary) in I3C_MasterAdapterInit()
593 masterControlInfo->isSecondary = false; in I3C_MasterAdapterTakeOverMasterShip()
641 masterControlInfo->isSecondary = true; in I3C_MasterAdapterHandOffMasterShip()
Dfsl_component_i3c.c458 if (!masterControlInfo->isSecondary) in I3C_BusMasterCreate()
529 if (masterControlInfo->isSecondary) in I3C_BusMasterSendCCC()
Dfsl_component_i3c.h230 bool isSecondary; /*!< Specify if the device is secondary device.*/ member