Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/debug/
Dmipi_stp_decoder.c107 static size_t noff; variable
446 static inline uint8_t get_nibble(const uint8_t *data, size_t noff) in get_nibble() argument
448 uint8_t ret = data[noff / 2]; in get_nibble()
450 if (noff & 0x1UL) { in get_nibble()
615 static enum stp_id get_op(const uint8_t *data, size_t *noff, size_t *nlen, size_t *ncnt, in get_op() argument
620 op = get_nibble(data, *noff); in get_op()
622 *noff += 1; in get_op()
673 uint8_t b = get_nibble(data, noff); in mipi_stp_decoder_decode()
675 noff++; in mipi_stp_decoder_decode()
690 curr_id = get_op(data, &noff, &nlen, &ncnt, &ntotal); in mipi_stp_decoder_decode()
[all …]
/Zephyr-Core-3.7.0/subsys/logging/
Dlog_frontend_dict_uart.c19 uint32_t noff: 2; member
109 size_t len = sizeof(uint32_t) * pkt->hdr.len - pkt->hdr.noff - in tx()
145 pkt->hdr.noff = sizeof(uint32_t) * wlen - len; in add_drop_msg()
201 size_t len = sizeof(uint32_t) * pkt->hdr.len - pkt->hdr.noff - in uart_isr_callback()
292 pkt->hdr.noff = sizeof(uint32_t) * total_wlen - total_len; in log_frontend_msg()