Searched refs:I3C_SLAVELIST_MAX_LEN (Results 1 – 1 of 1) sorted by relevance
82 #define I3C_SLAVELIST_MAX_LEN 50U macro100 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()