Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c24 enum stp_id { enum
86 enum stp_id type;
620 static enum stp_id get_op(const uint8_t *data, size_t *noff, size_t *nlen, size_t *ncnt, in get_op()
633 return (enum stp_id)op; in get_op()
640 return (enum stp_id)(STP_TAG_2NIBBLE_OP - 1 + op); in get_op()
644 return (enum stp_id)(STP_TAG_3NIBBLE_OP + op); in get_op()
650 return (enum stp_id)(STP_TAG_4NIBBLE_OP + op); in get_op()
668 static enum stp_id curr_id = STP_INVALID; in mipi_stp_decoder_decode()