Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c105 static size_t ntotal; variable
621 size_t *ntotal) in get_op() argument
629 if (*ntotal == 0 && *ncnt == 1) { in get_op()
638 *ntotal = 6; in get_op()
645 } else if (*ntotal == 0) { in get_op()
646 *ntotal = 4; in get_op()
648 } else if (*ncnt == *ntotal) { in get_op()
649 if (*ntotal == 4) { in get_op()
663 ntotal = 0; in mipi_stp_decoder_sync_loss()
695 curr_id = get_op(data, &noff, &nlen, &ncnt, &ntotal); in mipi_stp_decoder_decode()
[all …]