/Zephyr-latest/samples/boards/espressif/flash_encryption/src/ |
D | main.c | 39 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/ |
D | main.c | 40 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/ |
D | main.c | 76 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/ |
D | main.c | 33 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/ |
D | main.c | 59 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/ |
D | log.h | 212 #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/ |
D | zephyr_custom_log.h | 115 #undef LOG_HEXDUMP_INF 138 #define LOG_HEXDUMP_INF(_data, _length, _str) (void)_data macro
|
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/ |
D | log_test_user.c | 45 LOG_HEXDUMP_INF(&data, sizeof(data), "test_hexdump"); in ZTEST_USER()
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_log.h | 110 LOG_HEXDUMP_INF(p_memory, length, "")
|
/Zephyr-latest/tests/subsys/logging/log_immediate/src/ |
D | log_immediate_test.c | 46 LOG_HEXDUMP_INF(buf, buf_len, "data:"); in thread_func()
|
/Zephyr-latest/samples/net/tftp_client/src/ |
D | tftp-client.c | 24 LOG_HEXDUMP_INF(evt->param.data.data_ptr, in tftp_event_callback()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_core.h | 66 #define NET_HEXDUMP_INFO(_data, _length, _str) LOG_HEXDUMP_INF(_data, _length, _str)
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | utils.c | 86 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/ |
D | main.c | 32 LOG_HEXDUMP_INF(data, len, "Payload: "); in downlink_info()
|
/Zephyr-latest/samples/subsys/logging/syst/src/ |
D | main.c | 81 LOG_HEXDUMP_INF((const uint8_t *)&frame, sizeof(frame), "frame"); in log_msgs()
|
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/ |
D | main.c | 66 LOG_HEXDUMP_INF(holding_reg, sizeof(holding_reg), in main()
|
/Zephyr-latest/samples/subsys/lorawan/class_a/src/ |
D | main.c | 36 LOG_HEXDUMP_INF(hex_data, len, "Payload: "); in dl_callback()
|
/Zephyr-latest/subsys/usb/host/ |
D | usbh_core.c | 38 LOG_HEXDUMP_INF(xfer->buf->data, xfer->buf->len, "buf"); in discard_ep_request()
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
D | udp.c | 59 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/ |
D | broadcaster.c | 48 LOG_HEXDUMP_INF(buf->data, buf->len, "SDU payload"); in send_data()
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | main.c | 339 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/ |
D | broadcaster.c | 51 LOG_HEXDUMP_INF(buf->data, buf->len, "SDU payload"); in send_data()
|
/Zephyr-latest/samples/net/sockets/can/src/ |
D | main.c | 148 LOG_HEXDUMP_INF(data, zframe.dlc, "Data"); in rx()
|
/Zephyr-latest/tests/subsys/logging/log_stack/src/ |
D | main.c | 291 TEST_LOG_STACK(hexdump_usage, (LOG_HEXDUMP_INF(data, sizeof(data), "description"))); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 102 LOG_HEXDUMP_INF(tx_data, buf->len, "TX data"); in recv_cb()
|