Searched refs:getMWLCmd (Results 1 – 1 of 1) sorted by relevance
133 i3c_ccc_cmd_t getMWLCmd = {0}; in I3C_BusMasterGetMaxWriteLength() local137 getMWLCmd.isRead = true; in I3C_BusMasterGetMaxWriteLength()138 getMWLCmd.cmdId = I3C_BUS_CCC_GETMWL; in I3C_BusMasterGetMaxWriteLength()139 getMWLCmd.destAddr = info->dynamicAddr; in I3C_BusMasterGetMaxWriteLength()140 getMWLCmd.data = &writelen; in I3C_BusMasterGetMaxWriteLength()141 getMWLCmd.dataSize = 2U; in I3C_BusMasterGetMaxWriteLength()143 result = I3C_BusMasterSendCCC(master, &getMWLCmd); in I3C_BusMasterGetMaxWriteLength()