Searched defs:byte (Results 1 – 21 of 21) sorted by relevance
/subsys/modem/ |
A D | modem_ppp.c | 22 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 D | modem_chat.c | 584 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 D | modem_cmux.c | 728 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 D | smp_shell.c | 84 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 D | smp_dummy.c | 235 static struct uart_mcumgr_rx_buf *dummy_mcumgr_rx_byte(uint8_t byte) in dummy_mcumgr_rx_byte()
|
/subsys/bluetooth/mesh/ |
A D | dfu.h | 35 uint8_t byte = net_buf_simple_pull_u8(buf); in dfu_metadata_checksum() local
|
A D | blob_cli.c | 233 uint8_t byte; in chunk_idx_decode() local
|
A D | dfd_srv.c | 282 uint8_t byte; in handle_start() local
|
A D | dfu_cli.c | 709 uint8_t byte; in handle_status() local
|
/subsys/tracing/ |
A D | tracing_backend_uart.c | 30 uint8_t byte; in uart_isr() local
|
/subsys/net/lib/shell/ |
A D | udp.c | 27 uint8_t byte; in udp_rcvd() local
|
/subsys/jwt/ |
A D | jwt.c | 104 static void base64_addbyte(struct jwt_builder *st, uint8_t byte) in base64_addbyte()
|
/subsys/net/lib/http/ |
A D | http_huffman.c | 448 uint8_t byte = (uint8_t)((code & MSB_MASK(to_copy)) >> in http_hpack_huffman_encode() local
|
/subsys/shell/modules/ |
A D | devmem_service.c | 176 uint8_t byte; in bypass_cb() local
|
/subsys/fb/ |
A D | cfb.c | 131 uint8_t byte; in draw_char_vtmono() local 246 uint8_t byte; in draw_char_htmono() local
|
/subsys/net/lib/ptp/ |
A D | ds.h | 192 uint8_t byte[6]; member
|
/subsys/net/ip/ |
A D | tp.c | 38 uint8_t byte = (s[i] - '0') << 4 | (s[i + 1] - '0'); in tp_str_to_hex() local
|
A D | utils.c | 80 char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad) in net_byte_to_hex()
|
A D | net_pkt.c | 1904 int net_pkt_memset(struct net_pkt *pkt, int byte, size_t amount)
|
/subsys/debug/ |
A D | mipi_stp_decoder.c | 564 static uint8_t swap8(uint8_t byte) in swap8()
|
/subsys/net/lib/sockets/ |
A D | sockets_tls.c | 2818 uint8_t byte; in recvfrom_dtls_common() local 3361 uint8_t byte; in poll_offload_dtls_client_retry() local
|
Completed in 93 milliseconds