Searched refs:PR_SHELL (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/arch/mpu/mpu_test/src/ |
D | main.c | 15 #define PR_SHELL(sh, fmt, ...) \ macro 45 PR_SHELL(sh, "The value is: %d\n", *p_mem); in cmd_read() 64 PR_SHELL(sh, "write address: 0x%x\n", offset); in cmd_write_mcux() 85 PR_SHELL(sh, "write address: 0x%x\n", offset); in cmd_write_stm32() 103 PR_SHELL(sh, "write address: 0x%x\n", FLASH_MEM + 0x4000); in cmd_write() 134 PR_SHELL(sh, "The value is: 0x%x\n", *mem); in cmd_mtest()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | tcp.c | 27 PR_SHELL(tcp_shell, "TCP connection failed (%d)\n", status); in tcp_connected() 29 PR_SHELL(tcp_shell, "TCP connected\n"); in tcp_connected() 220 PR_SHELL(tcp_shell, "Message sent\n"); in tcp_sent_cb() 237 PR_SHELL(tcp_shell, in tcp_recv_cb() 242 PR_SHELL(tcp_shell, "Connection closed by remote peer.\n"); in tcp_recv_cb() 252 PR_SHELL(tcp_shell, "%zu bytes received\n", net_pkt_get_len(pkt)); in tcp_recv_cb()
|
D | udp.c | 29 PR_SHELL(udp_shell, "Received UDP packet: "); in udp_rcvd() 35 PR_SHELL(udp_shell, "%02x ", byte); in udp_rcvd() 37 PR_SHELL(udp_shell, "\n"); in udp_rcvd() 49 PR_SHELL(udp_shell, "Message sent\n"); in udp_sent()
|
D | net_shell_private.h | 20 #define PR_SHELL(sh, fmt, ...) \ macro
|
D | ping.c | 87 PR_SHELL(ping_ctx.sh, "%d bytes from %s to %s: icmp_seq=%d ttl=%d " in handle_ipv6_echo_reply() 167 PR_SHELL(ping_ctx.sh, "%d bytes from %s to %s: icmp_seq=%d ttl=%d " in handle_ipv4_echo_reply()
|