Lines Matching full:command
124 CCC (Common Command Code) commands are meant to be used for anything that is
127 CCC commands contain an 8-bit CCC ID describing the command that is executed.
128 The MSB of this ID specifies whether this is a broadcast command (bit7 = 0) or a
131 The command ID can be followed by a payload. Depending on the command, this
132 payload is either sent by the master sending the command (write CCC command),
133 or sent by the slave receiving the command (read CCC command). Of course, read
135 Note that, when sending a CCC command to a specific device, the device address
163 The first thing attached to an HDR command is the HDR mode. There are currently
171 When sending an HDR command, the whole bus has to enter HDR mode, which is done
172 using a broadcast CCC command.
173 Once the bus has entered a specific HDR mode, the master sends the HDR command.
174 An HDR command is made of:
176 * one 16-bits command word in big endian
183 The 16-bits command word is made of:
186 * bit[14:8]: command code. Identifies the command being executed, the amount of
188 * bit[7:1]: I3C address of the device this command is addressed to