Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c106 static size_t ncnt; variable
620 static enum stp_id get_op(const uint8_t *data, size_t *noff, size_t *nlen, size_t *ncnt, in get_op() argument
628 *ncnt += 1; in get_op()
629 if (*ntotal == 0 && *ncnt == 1) { in get_op()
635 } else if (*ncnt == 2) { in get_op()
642 } else if (*ncnt == 3) { in get_op()
648 } else if (*ncnt == *ntotal) { in get_op()
662 ncnt = 0; in mipi_stp_decoder_sync_loss()
681 if (ncnt < 21 && b == 0xF) { in mipi_stp_decoder_decode()
682 ncnt++; in mipi_stp_decoder_decode()
[all …]