Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp32/test/
Dtest_ahb_arb.c188 uint16_t xorval = 0; in tskLcd() local
194 sbuf[x] = x ^ xorval; in tskLcd()
202 for (x = 0; x < DMALEN; x++) if (rbuf[x] != (x ^ xorval)) { in tskLcd()
203 printf("Rxbuf err! pos %d val %x xor %x", x, (int)rbuf[x], (int)xorval); in tskLcd()
207 xorval++; in tskLcd()