Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c1029 case (uint32_t)kI3C_MasterStateDaa: in I3C_MasterGetState()
1030 returnCode = kI3C_MasterStateDaa; in I3C_MasterGetState()
1663 else if ((I3C_MasterGetState(base) == kI3C_MasterStateDaa) && in I3C_MasterProcessDAASpecifiedBaudrate()
Dfsl_i3c.h165 kI3C_MasterStateDaa = 5U, /*!< In ENTDAA mode. */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c326 else if ((I3C_MasterGetState(base) == kI3C_MasterStateDaa) && in I3C_MasterAdapterProcessDAA()