Home | History | Annotate | Download | only in tools

Lines Matching refs:octet

275 /** Outputs a single octet to the uart                                      **/

276 /** If the octet needs to be escaped, then output the escape value **/
277 /** and then store the second octet to be output later **/
283 /* output a single UART octet */
285 /* If it needs to be escaped, then output the escape octet
287 output the second octet for the escape correctly.
302 /* Not escaped, so just output octet */
321 octet,
329 for (octet = 0; octet < 4; octet ++)
331 if (payload[octet] != ubcsp_le_buffer[loop][octet])
342 /* Jumps out of octet loop if we got a bad match */
356 /** This function is called when we have a SLIP END octet and a full **/
812 /** 1) Send another octet to the UART - escaping as required **/
853 /* Last time we send a SLIP_ESCAPE octet
869 /* Output the octet */
873 /* Just output the octet*/
1027 /* The ack packet is already computed apart from the first octet */
1088 /* If the last octet was SLIP_ESCAPE, then special processing is required */
1101 /* Check for the SLIP_FRAME octet - must be start or end of packet */
1123 /* Ok, next octet */
1130 then remember to process the next special octet */