Home
last modified time | relevance | path

Searched refs:LOG_HEXDUMP_INF (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/samples/boards/espressif/flash_encryption/src/
Dmain.c39 LOG_HEXDUMP_INF(buffer, sizeof(buffer), "WRITE BUFFER CONTENT"); in main()
50 LOG_HEXDUMP_INF(buffer, sizeof(buffer), "FLASH RAW DATA (Encrypted)"); in main()
55 LOG_HEXDUMP_INF(buffer, sizeof(buffer), "FLASH DECRYPTED DATA"); in main()
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/src/
Dmain.c40 LOG_HEXDUMP_INF(mem_ptr, 32, "flash read using memory-mapped pointer"); in main()
52 LOG_HEXDUMP_INF(buffer, 32, "flash read using flash API"); in main()
54 LOG_HEXDUMP_INF(mem_ptr, 32, "flash read using memory-mapped pointer"); in main()
/Zephyr-latest/samples/psa/persistent_key/src/
Dmain.c76 LOG_HEXDUMP_INF(plaintext, sizeof(plaintext), "Plaintext:"); in use_persistent_key()
77 LOG_HEXDUMP_INF(ciphertext, ciphertext_len, "Ciphertext:"); in use_persistent_key()
78 LOG_HEXDUMP_INF(decrypted_text, sizeof(decrypted_text), "Decrypted text:"); in use_persistent_key()
/Zephyr-latest/samples/drivers/lora/receive/src/
Dmain.c33 LOG_HEXDUMP_INF(data, size, "LoRa RX payload"); in lora_receive_cb()
84 LOG_HEXDUMP_INF(data, len, "LoRa RX payload"); in main()
/Zephyr-latest/samples/psa/its/src/
Dmain.c59 LOG_HEXDUMP_INF(p_data_write + data_offset, p_data_length, "Data written:"); in write_and_read_data()
60 LOG_HEXDUMP_INF(p_data_read, p_data_length, "Data read back:"); in write_and_read_data()
/Zephyr-latest/include/zephyr/logging/
Dlog.h212 #define LOG_HEXDUMP_INF(_data, _length, _str) \ macro
473 #undef LOG_HEXDUMP_INF
484 #define LOG_HEXDUMP_INF(...) (void) 0 macro
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h115 #undef LOG_HEXDUMP_INF
138 #define LOG_HEXDUMP_INF(_data, _length, _str) (void)_data macro
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test_user.c45 LOG_HEXDUMP_INF(&data, sizeof(data), "test_hexdump"); in ZTEST_USER()
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_log.h110 LOG_HEXDUMP_INF(p_memory, length, "")
/Zephyr-latest/tests/subsys/logging/log_immediate/src/
Dlog_immediate_test.c46 LOG_HEXDUMP_INF(buf, buf_len, "data:"); in thread_func()
/Zephyr-latest/samples/net/tftp_client/src/
Dtftp-client.c24 LOG_HEXDUMP_INF(evt->param.data.data_ptr, in tftp_event_callback()
/Zephyr-latest/include/zephyr/net/
Dnet_core.h66 #define NET_HEXDUMP_INFO(_data, _length, _str) LOG_HEXDUMP_INF(_data, _length, _str)
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Dutils.c86 LOG_HEXDUMP_INF(read_buffer + (y * width / 8), 64, ""); in verify_image()
88 LOG_HEXDUMP_INF((uint32_t *)img + (y * width), 64, ""); in verify_image()
/Zephyr-latest/samples/subsys/lorawan/fuota/src/
Dmain.c32 LOG_HEXDUMP_INF(data, len, "Payload: "); in downlink_info()
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c81 LOG_HEXDUMP_INF((const uint8_t *)&frame, sizeof(frame), "frame"); in log_msgs()
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/
Dmain.c66 LOG_HEXDUMP_INF(holding_reg, sizeof(holding_reg), in main()
/Zephyr-latest/samples/subsys/lorawan/class_a/src/
Dmain.c36 LOG_HEXDUMP_INF(hex_data, len, "Payload: "); in dl_callback()
/Zephyr-latest/subsys/usb/host/
Dusbh_core.c38 LOG_HEXDUMP_INF(xfer->buf->data, xfer->buf->len, "buf"); in discard_ep_request()
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c59 LOG_HEXDUMP_INF(evt->param.publish.data.data, evt->param.publish.data.size, in evt_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c48 LOG_HEXDUMP_INF(buf->data, buf->len, "SDU payload"); in send_data()
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c339 LOG_HEXDUMP_INF(data, sizeof(data), "hexdump"); in ZTEST()
428 LOG_HEXDUMP_INF(log_buf, hexdump_len, "hexdump"); in ZTEST()
452 LOG_HEXDUMP_INF(log_buf, hexdump_len + 1, "test"); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c51 LOG_HEXDUMP_INF(buf->data, buf->len, "SDU payload"); in send_data()
/Zephyr-latest/samples/net/sockets/can/src/
Dmain.c148 LOG_HEXDUMP_INF(data, zframe.dlc, "Data"); in rx()
/Zephyr-latest/tests/subsys/logging/log_stack/src/
Dmain.c291 TEST_LOG_STACK(hexdump_usage, (LOG_HEXDUMP_INF(data, sizeof(data), "description"))); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c102 LOG_HEXDUMP_INF(tx_data, buf->len, "TX data"); in recv_cb()

12