Searched refs:LOG_HEXDUMP_WRN (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/include/zephyr/logging/ |
| D | log.h | 200 #define LOG_HEXDUMP_WRN(_data, _length, _str) \ macro 472 #undef LOG_HEXDUMP_WRN 482 #define LOG_HEXDUMP_WRN(...) (void) 0 macro
|
| /Zephyr-latest/tests/subsys/logging/log_disabled/src/ |
| D | main.c | 38 LOG_HEXDUMP_WRN(data, sizeof(data), "Warning data"); in main()
|
| /Zephyr-latest/subsys/logging/frontends/stmesp/ |
| D | zephyr_custom_log.h | 115 #undef LOG_HEXDUMP_WRN 138 #define LOG_HEXDUMP_WRN(_data, _length, _str) (void)_data macro
|
| /Zephyr-latest/samples/subsys/zbus/dyn_channel/src/ |
| D | consumer.c | 29 LOG_HEXDUMP_WRN(dyn_alloc_msg->reference, dyn_alloc_msg->size, "Content"); in consumer_thread()
|
| /Zephyr-latest/modules/hal_nordic/nrfx/ |
| D | nrfx_log.h | 101 LOG_HEXDUMP_WRN(p_memory, length, "")
|
| /Zephyr-latest/samples/subsys/logging/syst/src/ |
| D | main.c | 80 LOG_HEXDUMP_WRN((const uint8_t *)&frame, sizeof(frame), "frame"); in log_msgs()
|
| /Zephyr-latest/include/zephyr/net/ |
| D | net_core.h | 66 #define NET_HEXDUMP_WARN(_data, _length, _str) LOG_HEXDUMP_WRN(_data, _length, _str)
|
| /Zephyr-latest/drivers/sensor/explorir_m/ |
| D | explorir_m.c | 117 LOG_HEXDUMP_WRN(data->read_buffer, data->read_index, "Invalid buffer"); in explorir_m_buffer_verify() 184 LOG_HEXDUMP_WRN(data->read_buffer, data->read_index, "Discarding"); in explorir_m_uart_isr()
|
| /Zephyr-latest/tests/subsys/logging/log_api/src/ |
| D | main.c | 341 LOG_HEXDUMP_WRN(data, sizeof(data), "hexdump"); in ZTEST()
|
| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | usbd_midi2.c | 181 LOG_HEXDUMP_WRN(buf->data, buf->len, "Trailing data in Rx buffer"); in usbd_midi2_recv()
|
| /Zephyr-latest/doc/services/logging/ |
| D | index.rst | 52 - ``LOG_HEXDUMP_X`` for dumping data, e.g. :c:macro:`LOG_HEXDUMP_WRN`.
|