Searched refs:LOG_HEXDUMP_WRN (Results 1 – 9 of 9) 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/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 114 #undef LOG_HEXDUMP_WRN 137 #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/include/zephyr/net/ |
D | net_core.h | 65 #define NET_HEXDUMP_WARN(_data, _length, _str) LOG_HEXDUMP_WRN(_data, _length, _str)
|
/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/drivers/sensor/explorir_m/ |
D | explorir_m.c | 116 LOG_HEXDUMP_WRN(data->read_buffer, data->read_index, "Invalid buffer"); in explorir_m_buffer_verify() 182 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/doc/services/logging/ |
D | index.rst | 52 - ``LOG_HEXDUMP_X`` for dumping data, e.g. :c:macro:`LOG_HEXDUMP_WRN`.
|