Home
last modified time | relevance | path

Searched refs:LOG_INF (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/Zephyr-latest/samples/subsys/pm/latency/src/
Dmain.c19 LOG_INF("Latency constraint changed: none"); in on_latency_changed()
21 LOG_INF("Latency constraint changed: %" PRId32 "ms", in on_latency_changed()
41 LOG_INF("Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"); in main()
43 LOG_INF("Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"); in main()
45 LOG_INF("Sleeping for 1.3 seconds, we should enter STANDBY"); in main()
49 LOG_INF("Setting latency constraint: 30ms"); in main()
53 LOG_INF("Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"); in main()
55 LOG_INF("Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"); in main()
57 LOG_INF("Sleeping for 1.3 seconds, we should enter SUSPEND_TO_IDLE"); in main()
61 LOG_INF("Opening test device"); in main()
[all …]
/Zephyr-latest/samples/drivers/clock_control_xec/src/
Dmain.c26 LOG_INF("MEC152x PCR registers"); in pcr_clock_regs()
28 LOG_INF("PCR Power Reset Status register(bit[10] is 32K_ACTIVE) = 0x%x", r); in pcr_clock_regs()
31 LOG_INF("PCR Oscillator ID register(bit[8]=PLL Lock) = 0x%x", r); in pcr_clock_regs()
34 LOG_INF("PCR Processor Clock Control register = 0x%x", r); in pcr_clock_regs()
37 LOG_INF("PCR Slow Clock Control register = 0x%x", r); in pcr_clock_regs()
45 LOG_INF("MEC152x VBAT Clock registers"); in vbat_clock_regs()
46 LOG_INF("ClockEnable = 0x%08x", cken); in vbat_clock_regs()
48 LOG_INF("32KHz clock source is XTAL"); in vbat_clock_regs()
50 LOG_INF("XTAL configured for single-ended using XTAL2 pin" in vbat_clock_regs()
53 LOG_INF("XTAL configured for parallel resonant crystal circuit on" in vbat_clock_regs()
[all …]
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/
Dhsm_psicc2_thread.c48 LOG_INF("%s", __func__); in initial_entry()
56 LOG_INF("%s", __func__); in initial_run()
61 LOG_INF("%s", __func__); in initial_exit()
67 LOG_INF("%s", __func__); in s_entry()
72 LOG_INF("%s", __func__); in s_run()
77 LOG_INF("%s received EVENT_E", __func__); in s_run()
82 LOG_INF("%s received EVENT_I and set foo false", __func__); in s_run()
85 LOG_INF("%s received EVENT_I and did nothing", __func__); in s_run()
90 LOG_INF("%s received SMF_EVENT_TERMINATE. Terminating", __func__); in s_run()
97 LOG_INF("%s", __func__); in s_exit()
[all …]
/Zephyr-latest/samples/drivers/led/xec/src/
Dmain.c39 LOG_INF("BBLED @ 0x%lx", bbled_base); in print_bbled_regs()
42 LOG_INF("config = 0x%x", r); in print_bbled_regs()
44 LOG_INF("limits = 0x%x", r); in print_bbled_regs()
46 LOG_INF("delay = 0x%x", r); in print_bbled_regs()
48 LOG_INF("update_step_size = 0x%x", r); in print_bbled_regs()
50 LOG_INF("update_interval = 0x%x", r); in print_bbled_regs()
52 LOG_INF("output_delay = 0x%x", r); in print_bbled_regs()
66 LOG_INF("Microchip XEC EVB BBLED Sample"); in led_test()
72 LOG_INF("BBLED instance %d @ %x", n, base); in led_test()
80 LOG_INF("blink: T = 0.5 second, duty cycle = 0.5"); in led_test()
[all …]
/Zephyr-latest/samples/subsys/usb_c/sink/src/
Dmain.c95 LOG_INF("PDO %d:", idx); in display_pdo()
98 LOG_INF("\tType: FIXED"); in display_pdo()
99 LOG_INF("\tCurrent: %d", in display_pdo()
101 LOG_INF("\tVoltage: %d", in display_pdo()
103 LOG_INF("\tPeak Current: %d", pdo.peak_current); in display_pdo()
104 LOG_INF("\tUchunked Support: %d", in display_pdo()
106 LOG_INF("\tDual Role Data: %d", in display_pdo()
108 LOG_INF("\tUSB Comms: %d", in display_pdo()
110 LOG_INF("\tUnconstrained Pwr: %d", in display_pdo()
112 LOG_INF("\tUSB Suspend: %d", in display_pdo()
[all …]
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c110 LOG_INF("PM state[%d] entry counter %d\n", i, in pm_check_counters()
112 LOG_INF("PM state[%d] exit counter %d\n", i, in pm_check_counters()
154 LOG_INF("PM sleep residency %d.%03d seconds", secs, msecs); in pm_exit_marker()
160 LOG_INF("Thread task A init"); in task_a_init()
167 LOG_INF("Thread task B init"); in task_b_init()
231 LOG_INF("PM multi-thread test started for cycles: %d", cycles); in test_pwr_mgmt_multithread()
237 LOG_INF("Suspend..."); in test_pwr_mgmt_multithread()
239 LOG_INF("About to enter light sleep"); in test_pwr_mgmt_multithread()
245 LOG_INF("Wake from Light Sleep"); in test_pwr_mgmt_multithread()
247 LOG_INF("Resume"); in test_pwr_mgmt_multithread()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c138 LOG_INF("[NOTIFICATION] BAS Battery Level: %d%%", *(const uint8_t *)data); in battery_level_notify_cb()
140 LOG_INF("Battery Level Notifications disabled"); in battery_level_notify_cb()
156 LOG_INF("Parsed Flags: 0x%02x", flags); in parse_battery_level_status()
159 LOG_INF(" Identifier Present"); in parse_battery_level_status()
161 LOG_INF(" Identifier Not Present"); in parse_battery_level_status()
165 LOG_INF(" Battery Level Present"); in parse_battery_level_status()
167 LOG_INF(" Battery Level Not Present"); in parse_battery_level_status()
171 LOG_INF(" Additional Status Present"); in parse_battery_level_status()
173 LOG_INF(" Additional Status Not Present"); in parse_battery_level_status()
179 LOG_INF("Parsed Power State: 0x%04x", power_state); in parse_battery_level_status()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dcentral.c27 LOG_INF("conn first"); in central()
29 LOG_INF("wait conn"); in central()
33 LOG_INF("subscribe first"); in central()
38 LOG_INF("scan 2nd id"); in central()
43 LOG_INF("set sec"); in central()
48 LOG_INF("wait notif"); in central()
52 LOG_INF("discon id first"); in central()
58 LOG_INF("discon id second"); in central()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_autohandler.c40 LOG_INF("No update found"); in autohandler()
44 LOG_INF("Update installed"); in autohandler()
49 LOG_INF("Memory allocation error"); in autohandler()
53 LOG_INF("Update failed"); in autohandler()
57 LOG_INF("Network error"); in autohandler()
61 LOG_INF("Permission error"); in autohandler()
65 LOG_INF("Metadata error"); in autohandler()
69 LOG_INF("hawkBit not initialized"); in autohandler()
73 LOG_INF("hawkBit is already running"); in autohandler()
107 LOG_INF("Setting new delay for next run: %02u:%02u:%02u", in hawkbit_autohandler_set_delay()
/Zephyr-latest/samples/subsys/mgmt/hawkbit/src/
Dmain.c62 LOG_INF("hawkBit event: %d", event); in hawkbit_event_cb()
66 LOG_INF("Run of hawkBit started"); in hawkbit_event_cb()
70 LOG_INF("Run of hawkBit ended"); in hawkbit_event_cb()
86 LOG_INF("hawkBit sample app started"); in main()
87 LOG_INF("Image build time: " __DATE__ " " __TIME__); in main()
116 LOG_INF("Starting hawkBit polling mode"); in main()
121 LOG_INF("Starting hawkBit manual mode"); in main()
134 LOG_INF("No update found"); in main()
138 LOG_INF("Update installed"); in main()
142 LOG_INF("hawkBit is already running"); in main()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dmain.c58 LOG_INF("Starting Bluetooth Throughput example"); in main()
62 LOG_INF("Bluetooth init failed (err %d)", err); in main()
68 LOG_INF("Console init failed (err %d)", err); in main()
72 LOG_INF("Bluetooth initialized"); in main()
84 LOG_INF("Invalid role %u", role); in main()
92 LOG_INF("Test complete %d", err); in main()
95 LOG_INF("Exiting"); in main()
Dreceiver.c104 LOG_INF("Found broadcaster with address %s (RSSI %i)", in scan_recv()
123 LOG_INF("Periodic advertisement synced"); in sync_cb()
131 LOG_INF("Periodic advertisement sync terminated"); in term_cb()
144 LOG_INF("BIGinfo received: num_bis %u, nse %u, interval %u us, " in biginfo_cb()
172 LOG_INF("%s: Received %u/%u (%.2f%%) - Total packets lost %u", in print_stats()
226 LOG_INF(""); /* Empty line to separate the stats */ in iso_recv()
232 LOG_INF("ISO Channel %p connected", chan); in iso_connected()
250 LOG_INF("ISO Channel %p disconnected with reason 0x%02x after " in iso_disconnected()
282 LOG_INF("Scan started"); in start_scan()
296 LOG_INF("Scan stopped"); in stop_scan()
[all …]
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c80 LOG_INF("PM sleep entry latency %d.%03d seconds", secs, msecs); in pm_latency_check()
137 LOG_INF("PM state[%d] entry counter %d", i, in pm_check_counters()
139 LOG_INF("PM state[%d] exit counter %d", i, in pm_check_counters()
189 LOG_INF("PM sleep residency %d.%03d seconds", secs, msecs); in pm_exit_marker()
195 LOG_INF("Thread task A init"); in task_a_init()
283 LOG_INF("Suspend..."); in test_pwr_mgmt_multithread()
285 LOG_INF("About to enter light sleep"); in test_pwr_mgmt_multithread()
291 LOG_INF("Wake from Light Sleep"); in test_pwr_mgmt_multithread()
296 LOG_INF("Resume"); in test_pwr_mgmt_multithread()
300 LOG_INF("Suspend..."); in test_pwr_mgmt_multithread()
[all …]
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c61 LOG_INF("codec_cfg 0x%02x cid 0x%04x vid 0x%04x count %u", codec_cfg->id, codec_cfg->cid, in log_codec_cfg()
74 LOG_INF("\tFrequency: %d Hz", bt_audio_codec_cfg_freq_to_freq_hz(ret)); in log_codec_cfg()
79 LOG_INF("\tFrame Duration: %d us", in log_codec_cfg()
85 LOG_INF("\tChannel allocation: 0x%08X", chan_allocation); in log_codec_cfg()
90 LOG_INF("\tOctets per frame: %d", ret); in log_codec_cfg()
93 LOG_INF("\tFrames per SDU: %d", in log_codec_cfg()
104 LOG_INF("QoS: interval %u framing 0x%02x phy 0x%02x sdu %u rtn %u latency %u pd %u", in log_qos()
117 LOG_INF("ASE Codec Config: conn %p ep %p dir %u", (void *)conn, (void *)ep, dir); in unicast_server_config_cb()
131 LOG_INF("ASE Codec Config bap_stream %p", *bap_stream); in unicast_server_config_cb()
143 LOG_INF("ASE Codec Reconfig: bap_stream %p", bap_stream); in unicast_server_reconfig_cb()
[all …]
/Zephyr-latest/samples/subsys/zbus/hello_world/src/
Dmain.c70 LOG_INF("From listener -> Acc x=%d, y=%d, z=%d", acc->x, acc->y, acc->z); in listener_callback_example()
87 LOG_INF("From subscriber -> Acc x=%d, y=%d, z=%d", acc.x, acc.y, acc.z); in subscriber_task()
99 LOG_INF("%d - Channel %s:", *count, zbus_chan_name(chan)); in print_channel_data_iterator()
100 LOG_INF(" Message size: %d", zbus_chan_msg_size(chan)); in print_channel_data_iterator()
101 LOG_INF(" Observers:"); in print_channel_data_iterator()
113 LOG_INF(" - %s", observation->obs->name); in print_channel_data_iterator()
119 LOG_INF(" - %s", obs_nd->obs->name); in print_channel_data_iterator()
129 LOG_INF("%d - %s %s", *count, in print_observer_data_iterator()
144 LOG_INF("Sensor sample started raw reading, version %u.%u-%u!", v->major, v->minor, in main()
149 LOG_INF("Channel list:"); in main()
[all …]
/Zephyr-latest/samples/net/sockets/coap_server/src/
Devents.c24 LOG_INF("CoAP observer added"); in coap_event_handler()
27 LOG_INF("CoAP observer removed"); in coap_event_handler()
33 LOG_INF("CoAP service %s started", net_event->service->name); in coap_event_handler()
35 LOG_INF("CoAP service started"); in coap_event_handler()
42 LOG_INF("CoAP service %s stopped", net_event->service->name); in coap_event_handler()
44 LOG_INF("CoAP service stopped"); in coap_event_handler()
/Zephyr-latest/samples/subsys/logging/ble_backend/src/
Dmain.c35 LOG_INF("Advertising successfully started"); in start_adv()
43 LOG_INF("Connected"); in connected()
49 LOG_INF("Disconnected, reason 0x%02x %s", reason, bt_hci_err_to_str(reason)); in disconnected()
64 LOG_INF("Pairing cancelled: %s", addr); in auth_cancel()
76 LOG_INF("BLE Logger Backend enabled."); in backend_ble_hook()
78 LOG_INF("BLE Logger Backend disabled."); in backend_ble_hook()
87 LOG_INF("BLE LOG Demo"); in main()
102 LOG_INF("Uptime %d secs", uptime_secs); in main()
/Zephyr-latest/samples/subsys/mgmt/updatehub/src/
Dmain.c33 LOG_INF("Starting UpdateHub polling mode"); in start_updatehub()
38 LOG_INF("Starting UpdateHub manual mode"); in start_updatehub()
54 LOG_INF("No update found"); in start_updatehub()
73 LOG_INF("Network connected"); in event_handler()
79 LOG_INF("Network disconnected"); in event_handler()
88 LOG_INF("UpdateHub sample app started"); in main()
109 LOG_INF("Confirming the boot image"); in main()
138 LOG_INF("Connect request failed %d. Waiting iface be up...", ret); in main()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c40 LOG_INF("Ep bounded"); in ep_bound()
78 LOG_INF("Perform sends for %lld [ms]", sending_time_ms); in send_for_time()
118 LOG_INF("Sent %zu [Bytes] over %lld [ms]", bytes_sent, sending_time_ms); in send_for_time()
136 LOG_INF("IPC-service HOST demo started"); in main()
139 LOG_INF("Run network core"); in main()
170 LOG_INF("Wait 500ms. Let remote core finish its sends"); in main()
177 LOG_INF("Received %zu [Bytes] in total", received); in main()
180 LOG_INF("Stop network core"); in main()
183 LOG_INF("Reset IPC service"); in main()
204 LOG_INF("ipc_service_register_endpoint() failure"); in main()
[all …]
/Zephyr-latest/samples/net/dns_resolve/src/
Dmain.c45 LOG_INF("DNS query was canceled"); in dns_result_cb()
48 LOG_INF("DNS resolve failed"); in dns_result_cb()
51 LOG_INF("Cannot resolve address"); in dns_result_cb()
54 LOG_INF("DNS resolving finished"); in dns_result_cb()
59 LOG_INF("DNS resolving error (%d)", status); in dns_result_cb()
78 LOG_INF("%s %s address: %s", user_data ? (char *)user_data : "<null>", in dns_result_cb()
94 LOG_INF("mDNS query was canceled"); in mdns_result_cb()
97 LOG_INF("mDNS resolve failed"); in mdns_result_cb()
100 LOG_INF("Cannot resolve address using mDNS"); in mdns_result_cb()
103 LOG_INF("mDNS resolving finished"); in mdns_result_cb()
[all …]
/Zephyr-latest/samples/psa/its/src/
Dmain.c20 LOG_INF("Writing to and reading back from ITS..."); in write_and_read_data()
65 LOG_INF("Successfully wrote to ITS and read back what was written."); in write_and_read_data()
71 LOG_INF("Reading the written entry's metadata..."); in read_info()
91 LOG_INF("Successfully read the entry's metadata."); in read_info()
97 LOG_INF("Removing the entry from ITS..."); in remove_entry()
106 LOG_INF("Entry removed from ITS."); in remove_entry()
112 LOG_INF("PSA ITS sample started."); in main()
126 LOG_INF("Sample finished successfully."); in main()
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c44 LOG_INF("MQTT-SN event EVT_CONNECTED"); in evt_cb()
48 LOG_INF("MQTT-SN event EVT_DISCONNECTED"); in evt_cb()
52 LOG_INF("MQTT-SN event EVT_ASLEEP"); in evt_cb()
55 LOG_INF("MQTT-SN event EVT_AWAKE"); in evt_cb()
58 LOG_INF("MQTT-SN event EVT_PUBLISH"); in evt_cb()
63 LOG_INF("MQTT-SN event EVT_PINGRESP"); in evt_cb()
66 LOG_INF("MQTT-SN event EVT_ADVERTISE"); in evt_cb()
69 LOG_INF("MQTT-SN event EVT_GWINFO"); in evt_cb()
72 LOG_INF("MQTT-SN event EVT_SEARCHGW"); in evt_cb()
105 LOG_INF("Publishing timestamp"); in do_work()
[all …]
/Zephyr-latest/samples/drivers/led/pwm/src/
Dmain.c38 LOG_INF("Testing LED %d - %s", led, led_label[led] ? : "no label"); in run_led_test()
46 LOG_INF(" Turned on"); in run_led_test()
55 LOG_INF(" Turned off"); in run_led_test()
59 LOG_INF(" Increasing brightness gradually"); in run_led_test()
71 LOG_INF(" Decreasing brightness gradually"); in run_led_test()
89 LOG_INF(" Blinking " in run_led_test()
100 LOG_INF(" Cycle period not supported - " in run_led_test()
104 LOG_INF(" Blinking " in run_led_test()
117 LOG_INF(" Turned off, loop end"); in run_led_test()
/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c44 LOG_INF("Connected to %s", WIFI_SSID); in wifi_event_handler()
48 LOG_INF("Disconnected from %s", WIFI_SSID); in wifi_event_handler()
52 LOG_INF("AP Mode is enabled. Waiting for station to connect"); in wifi_event_handler()
56 LOG_INF("AP Mode is disabled."); in wifi_event_handler()
62 LOG_INF("station: " MACSTR " joined ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
69 LOG_INF("station: " MACSTR " leave ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
110 LOG_INF("DHCPv4 server started...\n"); in enable_dhcpv4_server()
116 LOG_INF("AP: is not initialized"); in enable_ap_mode()
120 LOG_INF("Turning on AP Mode"); in enable_ap_mode()
149 LOG_INF("STA: interface no initialized"); in connect_to_wifi()
[all …]
/Zephyr-latest/samples/psa/persistent_key/src/
Dmain.c16 LOG_INF("Generating a persistent key..."); in generate_persistent_key()
42 LOG_INF("Persistent key generated."); in generate_persistent_key()
48 LOG_INF("Using the persistent key to encrypt and decrypt some plaintext..."); in use_persistent_key()
83 LOG_INF("Persistent key usage successful."); in use_persistent_key()
89 LOG_INF("Destroying the persistent key..."); in destroy_persistent_key()
98 LOG_INF("Persistent key destroyed."); in destroy_persistent_key()
104 LOG_INF("Persistent key sample started."); in main()
121 LOG_INF("Sample finished successfully."); in main()

12345678910>>...27