Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp32/test/
Dtest_ahb_arb.c182 #define DMALEN (2048-2) macro
186 uint16_t *sbuf = malloc(DMALEN * 2); in tskLcd()
187 uint16_t *rbuf = malloc(DMALEN * 2); in tskLcd()
193 for (x = 0; x < DMALEN; x++) { in tskLcd()
196 for (x = 0; x < DMALEN; x++) { in tskLcd()
199 sendRecvBufDma(sbuf, rbuf, DMALEN); in tskLcd()
202 for (x = 0; x < DMALEN; x++) if (rbuf[x] != (x ^ xorval)) { in tskLcd()