Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/common/
Dstm32cubeprogrammer_uart.c143 uint8_t xor = 0U; in uart_receive_command() local
175 ret = uart_read_8(&xor); in uart_receive_command()
179 if ((byte ^ xor) != 0xFF) { in uart_receive_command()
181 byte, xor); in uart_receive_command()
266 uint8_t xor; in uart_download_part() local
279 xor = operation; in uart_download_part()
288 xor ^= byte; in uart_download_part()
303 if (xor != byte) { in uart_download_part()
305 xor, byte); in uart_download_part()
318 xor = byte; in uart_download_part()
[all …]