Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.c133 i3c_ccc_cmd_t getMWLCmd = {0}; in I3C_BusMasterGetMaxWriteLength() local
137 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()