Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.c116 result = I3C_BusMasterSendCCC(master, &getMRLCmd); in I3C_BusMasterGetMaxReadLength()
143 result = I3C_BusMasterSendCCC(master, &getMWLCmd); in I3C_BusMasterGetMaxWriteLength()
162 result = I3C_BusMasterSendCCC(master, &getHDRCapCmd); in I3C_BusMasterGetHDRCapability()
181 result = I3C_BusMasterSendCCC(master, &getPidCmd); in I3C_BusMasterGetPID()
201 result = I3C_BusMasterSendCCC(master, &getBCRCmd); in I3C_BusMasterGetBCR()
220 result = I3C_BusMasterSendCCC(master, &getDCRCmd); in I3C_BusMasterGetDCR()
520 status_t I3C_BusMasterSendCCC(i3c_device_t *masterDev, i3c_ccc_cmd_t *command) in I3C_BusMasterSendCCC() function
575 result = I3C_BusMasterSendCCC(masterDev, &rstDaaCmd); in I3C_BusMasterResetDAA()
678 result = I3C_BusMasterSendCCC(master, &setdasaCCC); in I3C_BusMasterSetDynamicAddrFromStaticAddr()
763 result = I3C_BusMasterSendCCC(masterDev, &defSlavesCmd); in I3C_BusMasterSendSlavesList()
[all …]
Dfsl_component_i3c.h437 status_t I3C_BusMasterSendCCC(i3c_device_t *masterDev, i3c_ccc_cmd_t *command);