Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c82 #define I3C_SLAVELIST_MAX_LEN 50U macro
100 xfer->rxDataSize = I3C_SLAVELIST_MAX_LEN; in i3c_secondarymaster_callback()
231 masterPrivate->devList = malloc(I3C_SLAVELIST_MAX_LEN); in I3C_MasterAdapterInit()
233 (void)memset((void *)masterPrivate->devList, 0, I3C_SLAVELIST_MAX_LEN); in I3C_MasterAdapterInit()