Home | History | Annotate | Download | only in Library

Lines Matching refs:Command

20   Macro that converts SMBUS slave address, SMBUS command, SMBUS data length,

24 The unused upper bits of SlaveAddress, Command, and Length are stripped
28 @param Command SMBUS Command. Range 0..255.
33 #define SMBUS_LIB_ADDRESS(SlaveAddress,Command,Length,Pec) \
36 (((Command) & 0xff) << 8) | \
43 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
48 Macro that returns the SMBUS Command value from an SmBusAddress Parameter value.
50 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
57 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
64 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
71 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
76 Executes an SMBUS quick read command.
78 Executes an SMBUS quick read command on the SMBUS device specified by SmBusAddress.
80 If Status is not NULL, then the status of the executed command is returned in Status.
82 If Command in SmBusAddress is not zero, then ASSERT().
87 SMBUS Command, SMBUS Data Length, and PEC.
88 @param Status Return status for the executed command.
90 RETURN_SUCCESS The SMBUS command was executed.
91 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
94 of a transaction collision, illegal command field, unclaimed cycle
107 Executes an SMBUS quick write command.
109 Executes an SMBUS quick write command on the SMBUS device specified by SmBusAddress.
111 If Status is not NULL, then the status of the executed command is returned in Status.
113 If Command in SmBusAddress is not zero, then ASSERT().
118 SMBUS Command, SMBUS Data Length, and PEC.
119 @param Status Return status for the executed command.
121 RETURN_SUCCESS The SMBUS command was executed.
122 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
125 of a transaction collision, illegal command field, unclaimed cycle
138 Executes an SMBUS receive byte command.
140 Executes an SMBUS receive byte command on the SMBUS device specified by SmBusAddress.
143 If Status is not NULL, then the status of the executed command is returned in Status.
144 If Command in SmBusAddress is not zero, then ASSERT().
149 SMBUS Command, SMBUS Data Length, and PEC.
150 @param Status Return status for the executed command.
152 RETURN_SUCCESS The SMBUS command was executed.
153 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
156 of a transaction collision, illegal command field, unclaimed cycle
172 Executes an SMBUS send byte command.
174 Executes an SMBUS send byte command on the SMBUS device specified by SmBusAddress.
177 If Status is not NULL, then the status of the executed command is returned in Status.
178 If Command in SmBusAddress is not zero, then ASSERT().
183 SMBUS Command, SMBUS Data Length, and PEC.
185 @param Status Return status for the executed command.
187 RETURN_SUCCESS The SMBUS command was executed.
188 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
191 of a transaction collision, illegal command field, unclaimed cycle
208 Executes an SMBUS read data byte command.
210 Executes an SMBUS read data byte command on the SMBUS device specified by SmBusAddress.
211 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
213 If Status is not NULL, then the status of the executed command is returned in Status.
218 SMBUS Command, SMBUS Data Length, and PEC.
219 @param Status Return status for the executed command.
221 RETURN_SUCCESS The SMBUS command was executed.
222 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
225 of a transaction collision, illegal command field, unclaimed cycle
241 Executes an SMBUS write data byte command.
243 Executes an SMBUS write data byte command on the SMBUS device specified by SmBusAddress.
245 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
247 If Status is not NULL, then the status of the executed command is returned in Status.
252 SMBUS Command, SMBUS Data Length, and PEC.
254 @param Status Return status for the executed command.
256 RETURN_SUCCESS The SMBUS command was executed.
257 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
260 of a transaction collision, illegal command field, unclaimed cycle
277 Executes an SMBUS read data word command.
279 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
280 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
282 If Status is not NULL, then the status of the executed command is returned in Status.
287 SMBUS Command, SMBUS Data Length, and PEC.
288 @param Status Return status for the executed command.
290 RETURN_SUCCESS The SMBUS command was executed.
291 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
294 of a transaction collision, illegal command field, unclaimed cycle
310 Executes an SMBUS write data word command.
312 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
314 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
316 If Status is not NULL, then the status of the executed command is returned in Status.
321 SMBUS Command, SMBUS Data Length, and PEC.
323 @param Status Return status for the executed command.
325 RETURN_SUCCESS The SMBUS command was executed.
326 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
329 of a transaction collision, illegal command field, unclaimed cycle
346 command.
348 Executes an SMBUS process call command on the SMBUS device specified by SmBusAddress.
350 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
351 The 16-bit value returned by the process call command is returned.
352 If Status is not NULL, then the status of the executed command is returned in Status.
357 SMBUS Command, SMBUS Data Length, and PEC.
359 @param Status Return status for the executed command.
361 RETURN_SUCCESS The SMBUS command was executed.
362 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
365 of a transaction collision, illegal command field, unclaimed cycle
370 @return The 16-bit value returned by the process call command.
382 Executes an SMBUS read block command.
384 Executes an SMBUS read block command on the SMBUS device specified by SmBusAddress.
385 Only the SMBUS slave address and SMBUS command fields of SmBusAddress are required.
388 If Status is not NULL, then the status of the executed command is returned in Status.
396 SMBUS Command, SMBUS Data Length, and PEC.
398 @param Status Return status for the executed command.
400 RETURN_SUCCESS The SMBUS command was executed.
401 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
404 of a transaction collision, illegal command field, unclaimed cycle
421 Executes an SMBUS write block command.
423 Executes an SMBUS write block command on the SMBUS device specified by SmBusAddress.
424 The SMBUS slave address, SMBUS command, and SMBUS length fields of SmBusAddress are required.
427 If Status is not NULL, then the status of the executed command is returned in Status.
433 SMBUS Command, SMBUS Data Length, and PEC.
435 @param Status Return status for the executed command.
437 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
440 of a transaction collision, illegal command field, unclaimed cycle
457 Executes an SMBUS block process call command.
459 Executes an SMBUS block process call command on the SMBUS device specified by SmBusAddress.
460 The SMBUS slave address, SMBUS command, and SMBUS length fields of SmBusAddress are required.
462 If Status is not NULL, then the status of the executed command is returned in Status.
471 SMBUS Command, SMBUS Data Length, and PEC.
474 @param Status Return status for the executed command.
476 RETURN_TIMEOUT A timeout occurred while executing the SMBUS command.
479 of a transaction collision, illegal command field, unclaimed cycle