Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c668 if (ibiRule.ibiHasPayload) in I3C_MasterAdapterRegisterIBI()
670 ibiRule.ibiHasPayload = true; in I3C_MasterAdapterRegisterIBI()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h278 bool ibiHasPayload; /*!< Whether the address array has mandatory IBI byte. */ member
Dfsl_i3c.c1349 if (!ibiRule->ibiHasPayload) in I3C_MasterRegisterIBI()
1375 ibiRule->ibiHasPayload = (0U == (ruleValue & I3C_MIBIRULES_NOBYTE_MASK)); in I3C_MasterGetIBIRules()