/Zephyr-latest/drivers/display/ |
D | display_ili9341.c | 22 LOG_HEXDUMP_DBG(regs->pwseqctrl, ILI9341_PWSEQCTRL_LEN, "PWSEQCTRL"); in ili9341_regs_init() 28 LOG_HEXDUMP_DBG(regs->timctrla, ILI9341_TIMCTRLA_LEN, "TIMCTRLA"); in ili9341_regs_init() 34 LOG_HEXDUMP_DBG(regs->timctrlb, ILI9341_TIMCTRLB_LEN, "TIMCTRLB"); in ili9341_regs_init() 40 LOG_HEXDUMP_DBG(regs->pumpratioctrl, ILI9341_PUMPRATIOCTRL_LEN, "PUMPRATIOCTRL"); in ili9341_regs_init() 47 LOG_HEXDUMP_DBG(regs->pwctrla, ILI9341_PWCTRLA_LEN, "PWCTRLA"); in ili9341_regs_init() 53 LOG_HEXDUMP_DBG(regs->pwctrlb, ILI9341_PWCTRLB_LEN, "PWCTRLB"); in ili9341_regs_init() 59 LOG_HEXDUMP_DBG(regs->gamset, ILI9341_GAMSET_LEN, "GAMSET"); in ili9341_regs_init() 65 LOG_HEXDUMP_DBG(regs->frmctr1, ILI9341_FRMCTR1_LEN, "FRMCTR1"); in ili9341_regs_init() 71 LOG_HEXDUMP_DBG(regs->disctrl, ILI9341_DISCTRL_LEN, "DISCTRL"); in ili9341_regs_init() 77 LOG_HEXDUMP_DBG(regs->pwctrl1, ILI9341_PWCTRL1_LEN, "PWCTRL1"); in ili9341_regs_init() [all …]
|
D | display_ili9342c.c | 23 LOG_HEXDUMP_DBG(regs->setextc, ILI9342C_SETEXTC_LEN, "SETEXTC"); in ili9342c_regs_init() 30 LOG_HEXDUMP_DBG(regs->gamset, ILI9342C_GAMSET_LEN, "GAMSET"); in ili9342c_regs_init() 37 LOG_HEXDUMP_DBG(regs->ifmode, ILI9342C_IFMODE_LEN, "IFMODE"); in ili9342c_regs_init() 44 LOG_HEXDUMP_DBG(regs->frmctr1, ILI9342C_FRMCTR1_LEN, "FRMCTR1"); in ili9342c_regs_init() 51 LOG_HEXDUMP_DBG(regs->invtr, ILI9342C_INVTR_LEN, "INVTR"); in ili9342c_regs_init() 58 LOG_HEXDUMP_DBG(regs->disctrl, ILI9342C_DISCTRL_LEN, "DISCTRL"); in ili9342c_regs_init() 65 LOG_HEXDUMP_DBG(regs->etmod, ILI9342C_ETMOD_LEN, "ETMOD"); in ili9342c_regs_init() 72 LOG_HEXDUMP_DBG(regs->pwctrl1, ILI9342C_PWCTRL1_LEN, "PWCTRL1"); in ili9342c_regs_init() 79 LOG_HEXDUMP_DBG(regs->pwctrl2, ILI9342C_PWCTRL2_LEN, "PWCTRL2"); in ili9342c_regs_init() 86 LOG_HEXDUMP_DBG(regs->pwctrl3, ILI9342C_PWCTRL3_LEN, "PWCTRL3"); in ili9342c_regs_init() [all …]
|
D | display_ili9340.c | 20 LOG_HEXDUMP_DBG(regs->gamset, ILI9340_GAMSET_LEN, "GAMSET"); in ili9340_regs_init() 27 LOG_HEXDUMP_DBG(regs->frmctr1, ILI9340_FRMCTR1_LEN, "FRMCTR1"); in ili9340_regs_init() 34 LOG_HEXDUMP_DBG(regs->disctrl, ILI9340_DISCTRL_LEN, "DISCTRL"); in ili9340_regs_init() 41 LOG_HEXDUMP_DBG(regs->pwctrl1, ILI9340_PWCTRL1_LEN, "PWCTRL1"); in ili9340_regs_init() 48 LOG_HEXDUMP_DBG(regs->pwctrl2, ILI9340_PWCTRL2_LEN, "PWCTRL2"); in ili9340_regs_init() 55 LOG_HEXDUMP_DBG(regs->vmctrl1, ILI9340_VMCTRL1_LEN, "VMCTRL1"); in ili9340_regs_init() 62 LOG_HEXDUMP_DBG(regs->vmctrl2, ILI9340_VMCTRL2_LEN, "VMCTRL2"); in ili9340_regs_init() 69 LOG_HEXDUMP_DBG(regs->pgamctrl, ILI9340_PGAMCTRL_LEN, "PGAMCTRL"); in ili9340_regs_init() 76 LOG_HEXDUMP_DBG(regs->ngamctrl, ILI9340_NGAMCTRL_LEN, "NGAMCTRL"); in ili9340_regs_init()
|
D | display_ili9488.c | 20 LOG_HEXDUMP_DBG(regs->frmctr1, ILI9488_FRMCTR1_LEN, "FRMCTR1"); in ili9488_regs_init() 27 LOG_HEXDUMP_DBG(regs->disctrl, ILI9488_DISCTRL_LEN, "DISCTRL"); in ili9488_regs_init() 34 LOG_HEXDUMP_DBG(regs->pwctrl1, ILI9488_PWCTRL1_LEN, "PWCTRL1"); in ili9488_regs_init() 41 LOG_HEXDUMP_DBG(regs->pwctrl2, ILI9488_PWCTRL2_LEN, "PWCTRL2"); in ili9488_regs_init() 48 LOG_HEXDUMP_DBG(regs->vmctrl, ILI9488_VMCTRL_LEN, "VMCTRL"); in ili9488_regs_init() 55 LOG_HEXDUMP_DBG(regs->pgamctrl, ILI9488_PGAMCTRL_LEN, "PGAMCTRL"); in ili9488_regs_init() 62 LOG_HEXDUMP_DBG(regs->ngamctrl, ILI9488_NGAMCTRL_LEN, "NGAMCTRL"); in ili9488_regs_init()
|
/Zephyr-latest/tests/net/socket/can/src/ |
D | main.c | 37 LOG_HEXDUMP_DBG((const uint8_t *)&sframe, sizeof(sframe), "sframe"); in ZTEST() 38 LOG_HEXDUMP_DBG((const uint8_t *)&zframe, sizeof(zframe), "zframe"); in ZTEST() 39 LOG_HEXDUMP_DBG((const uint8_t *)&expected, sizeof(expected), "expected"); in ZTEST() 79 LOG_HEXDUMP_DBG((const uint8_t *)&sframe, sizeof(sframe), "sframe"); in ZTEST() 80 LOG_HEXDUMP_DBG((const uint8_t *)&zframe, sizeof(zframe), "zframe"); in ZTEST() 81 LOG_HEXDUMP_DBG((const uint8_t *)&expected, sizeof(expected), "expected"); in ZTEST() 113 LOG_HEXDUMP_DBG((const uint8_t *)&zfilter, sizeof(zfilter), "zfilter"); in ZTEST() 114 LOG_HEXDUMP_DBG((const uint8_t *)&sfilter, sizeof(sfilter), "sfilter"); in ZTEST() 115 LOG_HEXDUMP_DBG((const uint8_t *)&expected, sizeof(expected), "expected"); in ZTEST() 143 LOG_HEXDUMP_DBG((const uint8_t *)&zfilter, sizeof(zfilter), "zfilter"); in ZTEST() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/ead_sample/src/ |
D | main.c | 84 LOG_HEXDUMP_DBG(received_data, expected_data_size, "Received data"); in central_main() 85 LOG_HEXDUMP_DBG(received_keymat.session_key, BT_EAD_KEY_SIZE, "Receveid key"); in central_main() 86 LOG_HEXDUMP_DBG(received_keymat.iv, BT_EAD_IV_SIZE, "Received IV"); in central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/ |
D | main_central.c | 36 LOG_HEXDUMP_DBG(data, length, "notification data"); in notify_cb() 37 LOG_HEXDUMP_DBG(notify_data, sizeof(notify_data), "expected data"); in notify_cb()
|
/Zephyr-latest/drivers/serial/ |
D | uart_pipe.c | 46 LOG_HEXDUMP_DBG(recv_buf + recv_off, got, "RX"); in uart_pipe_rx() 70 LOG_HEXDUMP_DBG(data, len, "TX"); in uart_pipe_send()
|
/Zephyr-latest/tests/subsys/modbus/src/ |
D | test_modbus_raw.c | 32 LOG_HEXDUMP_DBG(tmp_adu.data, tmp_adu.length, "resp"); in server_raw_cb() 58 LOG_HEXDUMP_DBG(tmp_adu.data, tmp_adu.length, "c->s"); in client_raw_cb()
|
/Zephyr-latest/tests/subsys/usb/bos/src/ |
D | test_bos.c | 182 LOG_HEXDUMP_DBG((void *)hdr, len, "Header"); in test_usb_bos_macros() 183 LOG_HEXDUMP_DBG((void *)&webusb_bos_descriptor, sizeof(cap_webusb), in test_usb_bos_macros() 185 LOG_HEXDUMP_DBG((void *)&webusb_bos_descriptor_2, sizeof(cap_msosv2), in test_usb_bos_macros()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | central.c | 54 LOG_HEXDUMP_DBG(decrypted_buf.data, decrypted_data_size, "Raw decrypted data: "); in data_parse_cb() 66 LOG_HEXDUMP_DBG(data->data, data->data_len, "data:"); in data_parse_cb()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc_spi.c | 31 LOG_HEXDUMP_DBG(tx_buffer, BUFFER_SIZE, "TX: "); in print_tx_rx_buffer() 32 LOG_HEXDUMP_DBG(rx_buffer, BUFFER_SIZE, "RX: "); in print_tx_rx_buffer()
|
/Zephyr-latest/subsys/bluetooth/lib/ |
D | ead.c | 100 LOG_HEXDUMP_DBG(encrypted_payload, ead_size, "Encrypted Data: "); in ead_encrypt() 195 LOG_HEXDUMP_DBG(encrypted_ad_data, encrypted_ad_data_size, "Encrypted Data: "); in ead_decrypt() 199 LOG_HEXDUMP_DBG(payload, payload_size, "Decrypted Data: "); in ead_decrypt()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log.h | 224 #define LOG_HEXDUMP_DBG(_data, _length, _str) \ macro 474 #undef LOG_HEXDUMP_DBG 483 #define LOG_HEXDUMP_DBG(...) (void) 0 macro
|
/Zephyr-latest/samples/bluetooth/hci_ipc/src/ |
D | main.c | 171 LOG_HEXDUMP_DBG(data, len, "IPC data:"); in hci_ipc_rx() 197 LOG_HEXDUMP_DBG(buf->data, buf->len, "Final net buffer:"); in hci_ipc_rx() 231 LOG_HEXDUMP_DBG(buf->data, buf->len, "Controller buffer:"); in hci_ipc_send() 250 LOG_HEXDUMP_DBG(buf->data, buf->len, "Final HCI buffer:"); in hci_ipc_send()
|
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/src/ |
D | main.c | 73 LOG_HEXDUMP_DBG(header, sizeof(header), "h:>"); in modbus_tcp_connection() 82 LOG_HEXDUMP_DBG(tmp_adu.data, tmp_adu.length, "d:>"); in modbus_tcp_connection()
|
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/ |
D | mqtt_sn_packet.c | 295 LOG_HEXDUMP_DBG(decode_tests[i].data, decode_tests[i].datasz, "Test data"); in ZTEST() 305 LOG_HEXDUMP_DBG(¶m, sizeof(param), "Decoded data"); in ZTEST() 306 LOG_HEXDUMP_DBG(&decode_tests[i].expected, sizeof(param), "Expected data"); in ZTEST() 535 LOG_HEXDUMP_DBG(encode_tests[i].expected, encode_tests[i].expectedsz, in ZTEST() 537 LOG_HEXDUMP_DBG(msg.data, msg.len, "Encoded data"); in ZTEST()
|
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 116 #undef LOG_HEXDUMP_DBG 139 #define LOG_HEXDUMP_DBG(_data, _length, _str) (void)_data macro
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx_iface.c | 197 LOG_HEXDUMP_DBG(data + RX2XX_FRAME_HEADER_SIZE, length, "payload"); in rf2xx_iface_frame_read() 248 LOG_HEXDUMP_DBG(data, length, "payload"); in rf2xx_iface_frame_write() 294 LOG_HEXDUMP_DBG(data, length, "content"); in rf2xx_iface_sram_read()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 184 LOG_HEXDUMP_DBG(buf->data, buf->len, "payload"); in handle_att_notification() 209 LOG_HEXDUMP_DBG(buf->data, buf->len, "payload"); in handle_att_write_0() 223 LOG_HEXDUMP_DBG(buf->data, buf->len, "payload"); in handle_att_write_1() 270 LOG_HEXDUMP_DBG(buf->data, buf->len, "l2cap"); in handle_l2cap() 299 LOG_HEXDUMP_DBG(buf->data, buf->len, "HCI ACL"); in handle_acl() 306 LOG_HEXDUMP_DBG(buf->data, buf->len, "HCI RX"); in recv() 360 LOG_HEXDUMP_DBG(cmd->data, cmd->len, "HCI TX"); in send_cmd()
|
/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 202 LOG_HEXDUMP_DBG(buf, total_read, "received ws buf"); in recv_data_wso_api() 203 LOG_HEXDUMP_DBG(lorem_ipsum, total_read, "sent ws buf"); in recv_data_wso_api() 240 LOG_HEXDUMP_DBG(buf, read_pos, "received bsd buf"); in recv_data_bsd_api() 241 LOG_HEXDUMP_DBG(lorem_ipsum, read_pos, "sent bsd buf"); in recv_data_bsd_api()
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/src/ |
D | main.c | 176 LOG_HEXDUMP_DBG(tmp_adu.data, tmp_adu.length, "resp"); in server_raw_cb() 241 LOG_HEXDUMP_DBG(header, sizeof(header), "h:>"); in modbus_tcp_connection() 250 LOG_HEXDUMP_DBG(tmp_adu.data, tmp_adu.length, "d:>"); in modbus_tcp_connection()
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_transport_udp.c | 157 LOG_HEXDUMP_DBG(buf, sz, "Sending Broadcast UDP packet"); in tp_udp_sendto() 175 LOG_HEXDUMP_DBG(buf, sz, "Sending Addressed UDP packet"); in tp_udp_sendto() 203 LOG_HEXDUMP_DBG(buffer, rc, "recv"); in tp_udp_recvfrom()
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_log.h | 119 LOG_HEXDUMP_DBG(p_memory, length, "")
|
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/ |
D | test_hci_uart_async.c | 106 LOG_HEXDUMP_DBG(buf->data, buf->len, "buf"); in drv_send() 123 LOG_HEXDUMP_DBG(data, size, "uart tx"); in serial_vnd_data_callback()
|