Searched refs:defSlavesCmd (Results 1 – 1 of 1) sorted by relevance
703 i3c_ccc_cmd_t defSlavesCmd = {0}; in I3C_BusMasterSendSlavesList() local704 defSlavesCmd.isRead = false; in I3C_BusMasterSendSlavesList()705 defSlavesCmd.destAddr = I3C_BUS_BROADCAST_ADDR; in I3C_BusMasterSendSlavesList()706 defSlavesCmd.cmdId = I3C_BUS_CCC_DEFSLVS; in I3C_BusMasterSendSlavesList()728 defSlavesCmd.dataSize = (uint16_t)sizeof(i3c_ccc_dev_t) * (uint16_t)devCount + 1U; in I3C_BusMasterSendSlavesList()729 defSlavesCmd.data = malloc(defSlavesCmd.dataSize); in I3C_BusMasterSendSlavesList()731 uint8_t *pData = defSlavesCmd.data; in I3C_BusMasterSendSlavesList()763 result = I3C_BusMasterSendCCC(masterDev, &defSlavesCmd); in I3C_BusMasterSendSlavesList()765 free(defSlavesCmd.data); in I3C_BusMasterSendSlavesList()