/Zephyr-latest/samples/drivers/ps2/src/ |
D | main.c | 41 LOG_DBG("block host\n"); in saturate_ps2() 68 LOG_DBG("\nmb data :%02x\n", data); in to_port_60_thread() 76 LOG_DBG("mouse->f4\n"); in initialize_mouse() 79 LOG_DBG("Reset mouse->ff\n"); in initialize_mouse() 82 LOG_DBG("Reset mouse->ff\n"); in initialize_mouse() 85 LOG_DBG("Read ID mouse->f2\n"); in initialize_mouse() 88 LOG_DBG("Set resolution mouse->e8\n"); in initialize_mouse() 91 LOG_DBG("mouse->00\n"); in initialize_mouse() 94 LOG_DBG("Set scaling 1:1 mouse->e6\n"); in initialize_mouse() 97 LOG_DBG("Set scaling 1:1 mouse->e6\n"); in initialize_mouse() [all …]
|
/Zephyr-latest/tests/kernel/workq/work_queue/src/ |
D | main.c | 99 LOG_DBG(" - Running test item %d", ti->key); in work_handler() 142 LOG_DBG(" - Submitting work %d from coop thread", i + 1); in coop_work_main() 161 LOG_DBG(" - Submitting work %d from preempt thread", i + 1); in delayed_test_items_submit() 193 LOG_DBG(" - Initializing test items"); in test_sequence() 196 LOG_DBG(" - Submitting test items"); in test_sequence() 199 LOG_DBG(" - Waiting for work to finish"); in test_sequence() 220 LOG_DBG(" - Resubmitting work"); in resubmit_work_handler() 233 LOG_DBG("Starting resubmit test"); in ZTEST() 238 LOG_DBG(" - Submitting work"); in ZTEST() 241 LOG_DBG(" - Waiting for work to finish"); in ZTEST() [all …]
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | block.c | 27 LOG_DBG("doing work"); in work_handler() 31 LOG_DBG("ctx.m: %lu", atomic_get(&ctx.m)); in work_handler() 36 LOG_DBG("ready to read!"); in work_handler() 38 LOG_DBG("sleeping for 100ms.."); in work_handler() 40 LOG_DBG("ready to write!"); in work_handler() 45 LOG_DBG("%sing 1 byte %s fd %d", ctx.write ? "read" : "writ", in work_handler() 53 LOG_DBG("%s() failed: %d", ctx.write ? "recv" : "send", errno); in work_handler() 55 LOG_DBG("%s 1 byte", ctx.write ? "read" : "wrote"); in work_handler() 65 LOG_DBG("data direction %d -> %d", fixture->sv[i], fixture->sv[(!i) & 1]); in ZTEST_F() 67 LOG_DBG("setting up context"); in ZTEST_F() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pacs_notify_server_test.c | 55 LOG_DBG("No BT_UUID_PACS_SNK attribute found"); in is_peer_subscribed() 63 LOG_DBG("No BT_UUID_PACS_SNK_LOC attribute found"); in is_peer_subscribed() 71 LOG_DBG("No BT_UUID_PACS_SRC attribute found"); in is_peer_subscribed() 79 LOG_DBG("No BT_UUID_PACS_SRC_LOC attribute found"); in is_peer_subscribed() 87 LOG_DBG("No BT_UUID_PACS_AVAILABLE_CONTEXT attribute found"); in is_peer_subscribed() 95 LOG_DBG("No BT_UUID_PACS_SUPPORTED_CONTEXT attribute found"); in is_peer_subscribed() 118 LOG_DBG("Triggering Notifications"); in trigger_notifications() 132 LOG_DBG("Changing Sink PACs"); in trigger_notifications() 136 LOG_DBG("Changing Sink Location"); in trigger_notifications() 139 LOG_DBG("Failed to set device sink location"); in trigger_notifications() [all …]
|
D | pacs_notify_client_test.c | 62 LOG_DBG("%p", params); in pacs_notify_handler() 65 LOG_DBG("Received sink_pacs_sub notification"); in pacs_notify_handler() 68 LOG_DBG("Received source_pacs_sub notification"); in pacs_notify_handler() 71 LOG_DBG("Received sink_loc_sub notification"); in pacs_notify_handler() 74 LOG_DBG("Received source_loc_sub notification"); in pacs_notify_handler() 77 LOG_DBG("Received available_contexts_sub notification"); in pacs_notify_handler() 81 LOG_DBG("Received supported_contexts_sub notification"); in pacs_notify_handler() 85 LOG_DBG("pacs_instance.notify_received_mask is %d", pacs_instance.notify_received_mask); in pacs_notify_handler() 103 LOG_DBG("Discover complete"); in discover_supported_contexts() 109 LOG_DBG("PACS Supported Contexts Characteristic handle at %d", attr->handle); in discover_supported_contexts() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_commander.c | 48 LOG_DBG("cb is NULL"); in bt_cap_commander_register_cb() 54 LOG_DBG("callbacks already registered"); in bt_cap_commander_register_cb() 67 LOG_DBG("cb is NULL"); in bt_cap_commander_unregister_cb() 72 LOG_DBG("cb is not registered"); in bt_cap_commander_unregister_cb() 94 LOG_DBG("NULL conn"); in bt_cap_commander_discover() 123 LOG_DBG("conn %p", (void *)conn); in cap_commander_broadcast_assistant_add_src_cb() 132 LOG_DBG("Failed to add source: %d", err); in cap_commander_broadcast_assistant_add_src_cb() 133 LOG_DBG("Aborting the proc %d %d", active_proc->proc_done_cnt, in cap_commander_broadcast_assistant_add_src_cb() 140 LOG_DBG("Conn %p broadcast source added (%zu/%zu streams done)", (void *)conn, in cap_commander_broadcast_assistant_add_src_cb() 163 LOG_DBG("Failed to perform broadcast reception start for conn %p: %d", in cap_commander_broadcast_assistant_add_src_cb() [all …]
|
D | vocs_client.c | 53 LOG_DBG("Could not find VOCS instance with handle 0x%04x", handle); in lookup_vocs_by_handle() 70 LOG_DBG("Instance not found"); in vocs_client_notify_handler() 81 LOG_DBG("Inst %p: Offset %d, counter %u", inst, inst->state.offset, in vocs_client_notify_handler() 87 LOG_DBG("Invalid state length %u", length); in vocs_client_notify_handler() 95 LOG_DBG("Description truncated from %u to %zu octets", length, in vocs_client_notify_handler() 102 LOG_DBG("Inst %p: Output description: %s", inst, desc); in vocs_client_notify_handler() 109 LOG_DBG("Inst %p: Location %u", inst, inst->location); in vocs_client_notify_handler() 114 LOG_DBG("Invalid location length %u", length); in vocs_client_notify_handler() 131 LOG_DBG("Instance not found"); in vocs_client_read_offset_state_cb() 135 LOG_DBG("Inst %p: err: 0x%02X", inst, err); in vocs_client_read_offset_state_cb() [all …]
|
D | csip_crypto.c | 44 LOG_DBG("Invalid r %s", bt_hex(r, BT_CSIP_CRYPTO_PRAND_SIZE)); in bt_csip_sih() 47 LOG_DBG("SIRK %s", bt_hex(sirk, BT_CSIP_SIRK_SIZE)); in bt_csip_sih() 48 LOG_DBG("r %s", bt_hex(r, BT_CSIP_CRYPTO_PRAND_SIZE)); in bt_csip_sih() 54 LOG_DBG("r' %s", bt_hex(res, sizeof(res))); in bt_csip_sih() 69 LOG_DBG("res %s", bt_hex(res, sizeof(res))); in bt_csip_sih() 74 LOG_DBG("sih %s", bt_hex(out, BT_CSIP_CRYPTO_HASH_SIZE)); in bt_csip_sih() 110 LOG_DBG("BE: n %s", bt_hex(n, n_size)); in k1() 111 LOG_DBG("BE: salt %s", bt_hex(salt, BT_CSIP_CRYPTO_SALT_SIZE)); in k1() 112 LOG_DBG("BE: p %s", bt_hex(p, p_size)); in k1() 116 LOG_DBG("BE: t %s", bt_hex(t, sizeof(t))); in k1() [all …]
|
D | gmap_server.c | 36 LOG_DBG("role 0x%02X", gmap_role); in read_gmap_role() 47 LOG_DBG("feat 0x%02X", feat); in read_gmap_ugg_feat() 64 LOG_DBG("feat 0x%02X", feat); in read_gmap_ugt_feat() 82 LOG_DBG("feat 0x%02X", feat); in read_gmap_bgs_feat() 99 LOG_DBG("feat 0x%02X", feat); in read_gmap_bgr_feat() 138 LOG_DBG("Invalid role %d", role); in valid_gmap_role() 142 LOG_DBG("Device does not support the UGG role"); in valid_gmap_role() 148 LOG_DBG("Device does not support the UGT role"); in valid_gmap_role() 154 LOG_DBG("Device does not support the BGS role"); in valid_gmap_role() 160 LOG_DBG("Device does not support the BGR role"); in valid_gmap_role() [all …]
|
D | bap_stream.c | 82 LOG_DBG("conn %p stream %p ep %p codec_cfg %p", (void *)conn, stream, ep, codec_cfg); in bt_bap_stream_attach() 116 LOG_DBG("ep is NULL"); in bt_bap_ep_get_info() 122 LOG_DBG("info is NULL"); in bt_bap_ep_get_info() 173 LOG_DBG("Interval not within allowed range: %u (%u-%u)", qos->interval, in bt_audio_verify_qos() 179 LOG_DBG("Invalid Framing 0x%02x", qos->framing); in bt_audio_verify_qos() 185 LOG_DBG("Invalid PHY 0x%02x", qos->phy); in bt_audio_verify_qos() 190 LOG_DBG("Invalid SDU %u", qos->sdu); in bt_audio_verify_qos() 197 LOG_DBG("Invalid Latency %u", qos->latency); in bt_audio_verify_qos() 203 LOG_DBG("Invalid presentation delay %u", qos->pd); in bt_audio_verify_qos() 213 LOG_DBG("codec is NULL"); in bt_audio_valid_codec_cfg() [all …]
|
D | mcc.c | 53 LOG_DBG(text "0x%s", t); \ 100 LOG_DBG("err: 0x%02x, length: %d, data: %p", err, length, data); in mcc_player_name_cb() 103 LOG_DBG("err: 0x%02x", err); in mcc_player_name_cb() 115 LOG_DBG("Player name: %s", name); in mcc_player_name_cb() 147 LOG_DBG("err: 0x%02x, length: %d, data: %p", err, length, data); in mcc_read_icon_obj_id_cb() 149 LOG_DBG("err: 0x%02x", err); in mcc_read_icon_obj_id_cb() 180 LOG_DBG("err: 0x%02x, length: %d, data: %p", err, length, data); in mcc_read_icon_url_cb() 182 LOG_DBG("err: 0x%02x", err); in mcc_read_icon_url_cb() 191 LOG_DBG("Icon URL: %s", url); in mcc_read_icon_url_cb() 209 LOG_DBG("err: 0x%02x", err); in mcc_track_title_cb() [all …]
|
D | media_proxy.c | 244 LOG_DBG("Discovered player"); in mcc_discover_mcs_cb() 249 LOG_DBG("No callback"); in mcc_discover_mcs_cb() 256 LOG_DBG("MCC player name callback"); in mcc_read_player_name_cb() 265 LOG_DBG("No callback"); in mcc_read_player_name_cb() 272 LOG_DBG("Icon Object ID callback"); in mcc_read_icon_obj_id_cb() 281 LOG_DBG("No callback"); in mcc_read_icon_obj_id_cb() 296 LOG_DBG("No callback"); in mcc_read_icon_url_cb() 311 LOG_DBG("No callback"); in mcc_track_changed_ntf_cb() 325 LOG_DBG("No callback"); in mcc_read_track_title_cb() 340 LOG_DBG("No callback"); in mcc_read_track_duration_cb() [all …]
|
D | aics_client.c | 53 LOG_DBG("Could not find AICS instance with handle 0x%04x", handle); in lookup_aics_by_handle() 73 LOG_DBG("Instance not found"); in aics_client_notify_handler() 84 LOG_DBG("Inst %p: Gain %d, mute %u, gain_mode %u, counter %u", inst, in aics_client_notify_handler() 98 LOG_DBG("Inst %p: Status %u", inst, *status); in aics_client_notify_handler() 108 LOG_DBG("Description truncated from %u to %zu octets", length, in aics_client_notify_handler() 115 LOG_DBG("Inst %p: Input description: %s", inst, desc); in aics_client_notify_handler() 135 LOG_DBG("Instance not found"); in aics_client_read_state_cb() 139 LOG_DBG("Inst %p: err: 0x%02X", inst, err); in aics_client_read_state_cb() 143 LOG_DBG("State read failed: %d", err); in aics_client_read_state_cb() 152 LOG_DBG("Gain %d, mute %u, gain_mode %u, counter %u", state->gain, in aics_client_read_state_cb() [all …]
|
D | bap_base.c | 114 LOG_DBG("data is NULL"); in bt_bap_base_get_base_from_ad() 120 LOG_DBG("Invalid type: %u", ad->type); in bt_bap_base_get_base_from_ad() 126 LOG_DBG("Invalid len: %u", ad->data_len); in bt_bap_base_get_base_from_ad() 141 LOG_DBG("Invalid UUID"); in bt_bap_base_get_base_from_ad() 153 LOG_DBG("Invalid subgroup count: %u", subgroup_count); in bt_bap_base_get_base_from_ad() 162 LOG_DBG("Invalid BASE length: %u", ad->data_len); in bt_bap_base_get_base_from_ad() 169 LOG_DBG("Subgroup[%u]: Invalid BIS count: %u", i, bis_count); in bt_bap_base_get_base_from_ad() 175 LOG_DBG("Invalid BASE length: %u", ad->data_len); in bt_bap_base_get_base_from_ad() 184 LOG_DBG("Invalid BASE length: %u", ad->data_len); in bt_bap_base_get_base_from_ad() 191 LOG_DBG("Invalid BASE length: %u", ad->data_len); in bt_bap_base_get_base_from_ad() [all …]
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 25 LOG_DBG("u %s", bt_hex(u, 32)); in bt_crypto_f4() 26 LOG_DBG("v %s", bt_hex(v, 32)); in bt_crypto_f4() 27 LOG_DBG("x %s z 0x%x", bt_hex(x, 16), z); in bt_crypto_f4() 51 LOG_DBG("res %s", bt_hex(res, 16)); in bt_crypto_f4() 73 LOG_DBG("w %s", bt_hex(w, 32)); in bt_crypto_f5() 74 LOG_DBG("n1 %s", bt_hex(n1, 16)); in bt_crypto_f5() 75 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f5() 84 LOG_DBG("t %s", bt_hex(t, 16)); in bt_crypto_f5() 98 LOG_DBG("mackey %1s", bt_hex(mackey, 16)); in bt_crypto_f5() 110 LOG_DBG("ltk %s", bt_hex(ltk, 16)); in bt_crypto_f5() [all …]
|
/Zephyr-latest/samples/subsys/logging/dictionary/src/ |
D | main.c | 39 LOG_DBG("debug string"); in main() 42 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main() 43 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main() 44 LOG_DBG("int32_t %" PRId32 ", uint32_t %" PRIu32, i32, u32); in main() 45 LOG_DBG("int64_t %" PRId64 ", uint64_t %" PRIu64, i64, u64); in main() 53 LOG_DBG("char %c", c); in main() 54 LOG_DBG("s str %s %s", s, s1); in main() 55 LOG_DBG("d str %s", vs0); in main() 56 LOG_DBG("mixed str %s %s %s %s %s %s %s", vs0, "---", vs0, "---", vs1, "---", vs1); in main() 57 LOG_DBG("mixed c/s %c %s %s %s %c", c, s, vs0, s, c); in main() [all …]
|
/Zephyr-latest/tests/subsys/logging/dictionary/src/ |
D | main.c | 40 LOG_DBG("debug string"); in main() 43 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main() 44 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main() 45 LOG_DBG("int32_t %" PRId32 ", uint32_t %" PRIu32, i32, u32); in main() 46 LOG_DBG("int64_t %" PRId64 ", uint64_t %" PRIu64, i64, u64); in main() 54 LOG_DBG("char %c", c); in main() 55 LOG_DBG("s str %s %s", s, s1); in main() 56 LOG_DBG("d str %s", vs0); in main() 57 LOG_DBG("mixed str %s %s %s %s %s %s %s", vs0, "---", vs0, "---", vs1, "---", vs1); in main() 58 LOG_DBG("mixed c/s %c %s %s %s %c", c, s, vs0, s, c); in main() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 43 LOG_DBG("Periodic sync established"); in bt_sync_established_cb() 59 LOG_DBG("Device found: %s (RSSI %d), type %u, AD data len %u", in device_found() 94 LOG_DBG("start"); in run_dut() 98 LOG_DBG("Starting DUT"); in run_dut() 103 LOG_DBG("Bluetooth initialised"); in run_dut() 122 LOG_DBG("Periodic sync started"); in run_dut() 138 LOG_DBG("Explicit scanner started"); in run_dut() 140 LOG_DBG("Wait for an advertising report"); in run_dut() 146 LOG_DBG("Explicit scanner stopped"); in run_dut() 151 LOG_DBG("Periodic sync stopped"); in run_dut() [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | ld_dvfs_handler.c | 88 LOG_DBG("Current LD freq setting: %d", current_freq_setting); in dvfs_service_handler_get_current_oppoint() 94 LOG_DBG("Requested LD freq setting: %d", requested_freq_setting); in dvfs_service_handler_get_requested_oppoint() 102 LOG_DBG("Checking if downscaling %s", in dvfs_service_handler_is_downscaling() 114 LOG_DBG("Prepare to scale, oppoint freq %d", oppoint_freq); in dvfs_service_handler_prepare_to_scale() 119 LOG_DBG("New oppoint is same as previous, no change"); in dvfs_service_handler_prepare_to_scale() 136 LOG_DBG("Perform scaling background job if needed."); in dvfs_service_handler_scaling_background_job() 155 LOG_DBG("Scaling finnish oppoint freq %d", oppoint_freq); in dvfs_service_handler_scaling_finish() 167 LOG_DBG("Current LD freq setting: %d", current_freq_setting); in dvfs_service_handler_scaling_finish() 204 LOG_DBG("%s", __func__); in nrfs_dvfs_evt_handler() 207 LOG_DBG("DVFS handler EVT_INIT_PREPARATION"); in nrfs_dvfs_evt_handler() [all …]
|
D | ld_dvfs.c | 44 LOG_DBG("%s", __func__); in ld_dvfs_init() 45 LOG_DBG("REGW: NRF_ABB->TRIM.RINGO[%d] 0x%x, V: 0x%x", in ld_dvfs_init() 49 LOG_DBG("REGW: NRF_ABB->TRIM.LOCKRANGE[%d] 0x%x, V: 0x%x", in ld_dvfs_init() 53 LOG_DBG("REGW: NRF_ABB->TRIM.PVTMONCYCLES[%d] 0x%x, V: 0x%x", in ld_dvfs_init() 59 LOG_DBG("REGW: NRF_APPLICATION_ABB->TRIM.RINGO[%d] 0x%x, V: 0x%x", in ld_dvfs_init() 63 LOG_DBG("REGW: NRF_APPLICATION_ABB->TRIM.LOCKRANGE[%d] 0x%x, V: 0x%x", in ld_dvfs_init() 67 LOG_DBG("REGW: NRF_APPLICATION_ABB->TRIM.PVTMONCYCLES[%d] 0x%x, V: 0x%x", in ld_dvfs_init() 88 LOG_DBG("%s", __func__); in ld_dvfs_clear_zbb() 89 LOG_DBG("REGW: NRF_ABB->CONFIG.CTRL1.MODE 0x%x, V: 0x%x", in ld_dvfs_clear_zbb() 127 LOG_DBG("Start increased power consumption for DVFS sequence and start safety timer."); in ld_dvfs_secure_start_increased_power_consumption() [all …]
|
/Zephyr-latest/drivers/dai/nxp/esai/ |
D | esai.h | 385 LOG_DBG("attempting state transition from %d to %d", old_state, new_state); in esai_update_state() 486 LOG_DBG("HCLK prescaler enable: %d", cfg->hclk_prescaler_en); in esai_dump_xceiver_config() 487 LOG_DBG("HCLK divider ratio: %d", cfg->hclk_div_ratio); in esai_dump_xceiver_config() 488 LOG_DBG("BCLK divider ratio: %d", cfg->bclk_div_ratio); in esai_dump_xceiver_config() 489 LOG_DBG("HCLK bypass: %d", cfg->hclk_bypass); in esai_dump_xceiver_config() 491 LOG_DBG("HCLK direction: %d", cfg->hclk_dir); in esai_dump_xceiver_config() 492 LOG_DBG("HCLK source: %d", cfg->hclk_src); in esai_dump_xceiver_config() 493 LOG_DBG("HCLK polarity: %d", cfg->hclk_polarity); in esai_dump_xceiver_config() 495 LOG_DBG("BCLK direction: %d", cfg->bclk_dir); in esai_dump_xceiver_config() 496 LOG_DBG("BCLK polarity: %d", cfg->bclk_polarity); in esai_dump_xceiver_config() [all …]
|
/Zephyr-latest/samples/subsys/logging/syst/src/ |
D | main.c | 50 LOG_DBG("Debug message example."); in log_msgs() 52 LOG_DBG("Debug message example, %d", 1); in log_msgs() 53 LOG_DBG("Debug message example, %d, %d", 1, 2); in log_msgs() 54 LOG_DBG("Debug message example, %d, %d, %d", 1, 2, 3); in log_msgs() 55 LOG_DBG("Debug message example, %d, %d, %d, 0x%x", 1, 2, 3, 4); in log_msgs() 63 LOG_DBG("char %c", c); in log_msgs() 64 LOG_DBG("s str %s %s", s, s1); in log_msgs() 66 LOG_DBG("d str %s", vs0); in log_msgs() 67 LOG_DBG("mixed str %s %s %s %s %s %s %s", vs0, "---", vs0, "---", vs1, "---", vs1); in log_msgs() 68 LOG_DBG("mixed c/s %c %s %s %s %c", c, s, vs0, s, c); in log_msgs() [all …]
|
/Zephyr-latest/tests/posix/rwlocks/src/ |
D | main.c | 27 LOG_DBG("Not able to get RD lock on trying, try again"); in thread_top() 31 LOG_DBG("Thread %d got RD lock", id); in thread_top() 33 LOG_DBG("Thread %d releasing RD lock", id); in thread_top() 36 LOG_DBG("Thread %d acquiring WR lock", id); in thread_top() 42 LOG_DBG("Thread %d acquired WR lock", id); in thread_top() 44 LOG_DBG("Thread %d releasing WR lock", id); in thread_top() 70 LOG_DBG("main acquire WR lock and 3 threads acquire RD lock"); in ZTEST() 81 LOG_DBG("Parent thread releasing WR lock"); in ZTEST() 86 LOG_DBG("Parent thread acquiring WR lock again"); in ZTEST() 95 LOG_DBG("Parent thread acquired WR lock again"); in ZTEST() [all …]
|
/Zephyr-latest/drivers/mipi_dsi/ |
D | dsi_stm32.c | 64 LOG_DBG("DISPLAY: pix %d kHz, lane %d kHz", data->pixel_clk_khz, data->lane_clk_khz); in mipi_dsi_stm32_log_config() 65 LOG_DBG("HAL_DSI_Init setup:"); in mipi_dsi_stm32_log_config() 66 LOG_DBG(" AutomaticClockLaneControl 0x%x", data->hdsi.Init.AutomaticClockLaneControl); in mipi_dsi_stm32_log_config() 67 LOG_DBG(" TXEscapeCkdiv %u", data->hdsi.Init.TXEscapeCkdiv); in mipi_dsi_stm32_log_config() 68 LOG_DBG(" NumberOfLanes %u", data->hdsi.Init.NumberOfLanes); in mipi_dsi_stm32_log_config() 69 LOG_DBG(" PLLNDIV %u", data->pll_init.PLLNDIV); in mipi_dsi_stm32_log_config() 70 LOG_DBG(" PLLIDF %u", data->pll_init.PLLIDF); in mipi_dsi_stm32_log_config() 71 LOG_DBG(" PLLODF %u", data->pll_init.PLLODF); in mipi_dsi_stm32_log_config() 73 LOG_DBG("HAL_DSI_ConfigVideoMode setup:"); in mipi_dsi_stm32_log_config() 74 LOG_DBG(" VirtualChannelID %u", data->vid_cfg.VirtualChannelID); in mipi_dsi_stm32_log_config() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 42 LOG_DBG("chan %p conn %u data %p len %d", chan, bt_conn_index(chan->conn), data, len); in l2cap_chan_send() 58 LOG_DBG("sent %d len %d", ret, len); in l2cap_chan_send() 66 LOG_DBG("%p, left %d", chan, ctx->tx_left); in continue_sending() 71 LOG_DBG("Done sending %u", bt_conn_index(chan->conn)); in continue_sending() 77 LOG_DBG("%p", chan); in sent_cb() 89 LOG_DBG("sdu len %u frag offset %u frag len %u", sdu_len, seg_offset, seg->len); in recv_cb() 109 LOG_DBG("Giving credits for continuing SDU."); in recv_cb() 122 LOG_DBG("%x (tx mtu %d mps %d) (tx mtu %d mps %d)", l2cap_chan, chan->tx.mtu, chan->tx.mps, in l2cap_chan_connected_cb() 129 LOG_DBG("%p", chan); in l2cap_chan_disconnected_cb() 190 LOG_DBG("%s", addr); in connected() [all …]
|