Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 21 of 21) sorted by relevance

/subsys/modem/
A Dmodem_ppp.c22 static uint16_t modem_ppp_fcs_init(uint8_t byte) in modem_ppp_fcs_init()
27 static uint16_t modem_ppp_fcs_update(uint16_t fcs, uint8_t byte) in modem_ppp_fcs_update()
53 uint8_t byte; in modem_ppp_wrap_net_pkt_byte() local
195 static bool modem_ppp_is_byte_expected(uint8_t byte, uint8_t expected_byte) in modem_ppp_is_byte_expected()
204 static void modem_ppp_process_received_byte(struct modem_ppp *ppp, uint8_t byte) in modem_ppp_process_received_byte()
359 uint8_t byte; in modem_ppp_send_handler() local
A Dmodem_chat.c584 static void modem_chat_process_byte(struct modem_chat *chat, uint8_t byte) in modem_chat_process_byte()
687 static bool modem_chat_discard_byte(struct modem_chat *chat, uint8_t byte) in modem_chat_discard_byte()
A Dmodem_cmux.c728 static void modem_cmux_process_received_byte(struct modem_cmux *cmux, uint8_t byte) in modem_cmux_process_received_byte()
/subsys/mgmt/mcumgr/transport/src/
A Dsmp_shell.c84 static int read_mcumgr_byte(struct smp_shell_data *data, uint8_t byte) in read_mcumgr_byte()
146 uint8_t byte = bytes[consumed]; in smp_shell_rx_bytes() local
A Dsmp_dummy.c235 static struct uart_mcumgr_rx_buf *dummy_mcumgr_rx_byte(uint8_t byte) in dummy_mcumgr_rx_byte()
/subsys/bluetooth/mesh/
A Ddfu.h35 uint8_t byte = net_buf_simple_pull_u8(buf); in dfu_metadata_checksum() local
A Dblob_cli.c233 uint8_t byte; in chunk_idx_decode() local
A Ddfd_srv.c282 uint8_t byte; in handle_start() local
A Ddfu_cli.c709 uint8_t byte; in handle_status() local
/subsys/tracing/
A Dtracing_backend_uart.c30 uint8_t byte; in uart_isr() local
/subsys/net/lib/shell/
A Dudp.c27 uint8_t byte; in udp_rcvd() local
/subsys/jwt/
A Djwt.c104 static void base64_addbyte(struct jwt_builder *st, uint8_t byte) in base64_addbyte()
/subsys/net/lib/http/
A Dhttp_huffman.c448 uint8_t byte = (uint8_t)((code & MSB_MASK(to_copy)) >> in http_hpack_huffman_encode() local
/subsys/shell/modules/
A Ddevmem_service.c176 uint8_t byte; in bypass_cb() local
/subsys/fb/
A Dcfb.c131 uint8_t byte; in draw_char_vtmono() local
246 uint8_t byte; in draw_char_htmono() local
/subsys/net/lib/ptp/
A Dds.h192 uint8_t byte[6]; member
/subsys/net/ip/
A Dtp.c38 uint8_t byte = (s[i] - '0') << 4 | (s[i + 1] - '0'); in tp_str_to_hex() local
A Dutils.c80 char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad) in net_byte_to_hex()
A Dnet_pkt.c1904 int net_pkt_memset(struct net_pkt *pkt, int byte, size_t amount)
/subsys/debug/
A Dmipi_stp_decoder.c564 static uint8_t swap8(uint8_t byte) in swap8()
/subsys/net/lib/sockets/
A Dsockets_tls.c2818 uint8_t byte; in recvfrom_dtls_common() local
3361 uint8_t byte; in poll_offload_dtls_client_retry() local

Completed in 93 milliseconds