Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_xec_qmspi.c386 size_t tlen = tx_buf->len; in qmspi_tx() local
390 if (tlen == 0) { in qmspi_tx()
396 return qmspi_tx_dummy_clocks(regs, tlen); in qmspi_tx()
420 while (tlen) { in qmspi_tx()
421 tlen--; in qmspi_tx()
436 while (tlen) { in qmspi_tx()
443 tlen--; in qmspi_tx()
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1031 void test_strtok_r_do(char *str, char *sep, int tlen, in test_strtok_r_do() argument
1040 while (tok && len < tlen) { in test_strtok_r_do()
1048 zassert_equal(len, tlen, in test_strtok_r_do()
1051 zassert_not_equal(len, tlen, in test_strtok_r_do()