Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c59 .HotJoin = I3C_SlaveAdapterRequestHotJoin,
72 … .HotJoin = I3C_SlaveAdapterRequestHotJoin,
Dfsl_component_i3c.c1114 (i3cDev->devControlInfo->funcs->HotJoin != NULL)) in I3C_BusSlaveRequestHotJoin()
1116 i3cDev->devControlInfo->funcs->HotJoin(i3cDev); in I3C_BusSlaveRequestHotJoin()
Dfsl_component_i3c.h218 void (*HotJoin)(i3c_device_t *master); /*!< HotJoin function.*/ member