Home
last modified time | relevance | path

Searched full:could (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/Zephyr-Core-2.7.6/drivers/sensor/bma280/
Dbma280_trigger.c51 LOG_DBG("Could not set slope threshold"); in bma280_attr_set()
60 LOG_DBG("Could not set slope duration"); in bma280_attr_set()
119 LOG_DBG("Could not update clear the interrupt"); in bma280_thread_cb()
158 LOG_DBG("Could not disable data ready interrupt"); in bma280_trigger_set()
173 LOG_DBG("Could not enable data ready interrupt"); in bma280_trigger_set()
181 LOG_DBG("Could not disable data ready interrupt"); in bma280_trigger_set()
196 LOG_DBG("Could not enable data ready interrupt"); in bma280_trigger_set()
215 LOG_DBG("Could not set latched interrupts"); in bma280_init_interrupt()
238 LOG_DBG("Could not set gpio callback"); in bma280_init_interrupt()
247 LOG_DBG("Could not map data ready interrupt pin"); in bma280_init_interrupt()
[all …]
Dbma280.c34 LOG_DBG("Could not read accel axis data"); in bma280_sample_fetch()
50 LOG_DBG("Could not read temperature data"); in bma280_sample_fetch()
124 LOG_DBG("Could not get pointer to %s device", in bma280_init()
132 LOG_DBG("Could not read chip id"); in bma280_init()
143 LOG_DBG("Could not set data filter bandwidth"); in bma280_init()
150 LOG_DBG("Could not set data g-range"); in bma280_init()
156 LOG_DBG("Could not initialize interrupts"); in bma280_init()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_audio/src/
Dvcs_client_test.c213 FAIL("VCS could not be discovered (%d)\n", err); in vcs_discover_cb()
315 FAIL("Could not get AICS client conn (err %d)\n", err); in test_aics()
327 FAIL("Could not get AICS state (err %d)\n", err); in test_aics()
337 FAIL("Could not get AICS gain setting (err %d)\n", err); in test_aics()
348 FAIL("Could not get AICS input type (err %d)\n", err); in test_aics()
359 FAIL("Could not get AICS status (err %d)\n", err); in test_aics()
369 FAIL("Could not get AICS description (err %d)\n", err); in test_aics()
380 FAIL("Could not set AICS mute (err %d)\n", err); in test_aics()
392 FAIL("Could not set AICS unmute (err %d)\n", err); in test_aics()
404 FAIL("Could not set AICS auto mode (err %d)\n", err); in test_aics()
[all …]
Dvcs_test.c223 FAIL("Could not deactivate AICS (err %d)\n", err); in test_aics_standalone()
233 FAIL("Could not activate AICS (err %d)\n", err); in test_aics_standalone()
243 FAIL("Could not get AICS state (err %d)\n", err); in test_aics_standalone()
253 FAIL("Could not get AICS gain setting (err %d)\n", err); in test_aics_standalone()
263 FAIL("Could not get AICS input type (err %d)\n", err); in test_aics_standalone()
274 FAIL("Could not get AICS status (err %d)\n", err); in test_aics_standalone()
284 FAIL("Could not get AICS description (err %d)\n", err); in test_aics_standalone()
294 FAIL("Could not set AICS mute (err %d)\n", err); in test_aics_standalone()
304 FAIL("Could not set AICS unmute (err %d)\n", err); in test_aics_standalone()
314 FAIL("Could not set AICS auto mode (err %d)\n", err); in test_aics_standalone()
[all …]
Dmics_client_test.c129 FAIL("MICS could not be discovered (%d)\n", err); in mics_discover_cb()
242 FAIL("Could not get AICS client conn (err %d)\n", err); in test_aics()
254 FAIL("Could not get AICS state (err %d)\n", err); in test_aics()
264 FAIL("Could not get AICS gain setting (err %d)\n", err); in test_aics()
275 FAIL("Could not get AICS input type (err %d)\n", err); in test_aics()
286 FAIL("Could not get AICS status (err %d)\n", err); in test_aics()
296 FAIL("Could not get AICS description (err %d)\n", err); in test_aics()
307 FAIL("Could not set AICS mute (err %d)\n", err); in test_aics()
319 FAIL("Could not set AICS unmute (err %d)\n", err); in test_aics()
331 FAIL("Could not set AICS auto mode (err %d)\n", err); in test_aics()
[all …]
Dmics_test.c159 FAIL("Could not deactivate AICS (err %d)\n", err); in test_aics_server_only()
169 FAIL("Could not activate AICS (err %d)\n", err); in test_aics_server_only()
179 FAIL("Could not get AICS state (err %d)\n", err); in test_aics_server_only()
189 FAIL("Could not get AICS gain setting (err %d)\n", err); in test_aics_server_only()
200 FAIL("Could not get AICS input type (err %d)\n", err); in test_aics_server_only()
211 FAIL("Could not get AICS status (err %d)\n", err); in test_aics_server_only()
221 FAIL("Could not get AICS description (err %d)\n", err); in test_aics_server_only()
232 FAIL("Could not set AICS mute (err %d)\n", err); in test_aics_server_only()
243 FAIL("Could not set AICS unmute (err %d)\n", err); in test_aics_server_only()
254 FAIL("Could not set AICS auto mode (err %d)\n", err); in test_aics_server_only()
[all …]
/Zephyr-Core-2.7.6/samples/subsys/display/cfb_custom_font/src/
Dmain.c33 printk("Could not initialize framebuffer (err %d)\n", err); in main()
38 printk("Could not clear framebuffer (err %d)\n", err); in main()
43 printk("Could not display custom font (err %d)\n", err); in main()
48 printk("Could not finalize framebuffer (err %d)\n", err); in main()
/Zephyr-Core-2.7.6/tests/net/pm/src/
Dmain.c119 zassert_not_null(ifaddr, "Could not add iface address"); in test_setup()
137 zassert_true(sock >= 0, "Could not open socket"); in test_pm()
144 zassert_true(ret > 0, "Could not send data"); in test_pm()
152 zassert_true(ret == 0, "Could not set state"); in test_pm()
158 zassert_true(ret == -EALREADY, "Could change state"); in test_pm()
165 zassert_true(ret < 0, "Could send data"); in test_pm()
168 zassert_true(ret == 0, "Could not set state"); in test_pm()
173 zassert_true(ret == -EALREADY, "Could change state"); in test_pm()
178 zassert_true(ret > 0, "Could not send data"); in test_pm()
/Zephyr-Core-2.7.6/drivers/sensor/fxos8700/
Dfxos8700_trigger.c67 LOG_ERR("Could not read pulse source"); in fxos8700_handle_pulse_int()
105 LOG_ERR("Could not read pulse source"); in fxos8700_handle_motion_int()
149 LOG_ERR("Could not read interrupt source"); in fxos8700_handle_int()
175 LOG_ERR("Could not read magnetometer interrupt source"); in fxos8700_handle_int()
260 LOG_ERR("Could not get power mode"); in fxos8700_trigger_set()
267 LOG_ERR("Could not set standby mode"); in fxos8700_trigger_set()
277 LOG_ERR("Could not configure interrupt"); in fxos8700_trigger_set()
284 LOG_ERR("Could not restore power mode"); in fxos8700_trigger_set()
383 LOG_ERR("Could not set magnetic vector-magnitude function"); in fxos8700_m_vecm_init()
392 LOG_ERR("Could not set magnetic vector-magnitude function threshold MSB value"); in fxos8700_m_vecm_init()
[all …]
Dfxos8700.c78 LOG_ERR("Could not set standby"); in fxos8700_set_odr()
161 LOG_ERR("Could not fetch sample"); in fxos8700_sample_fetch()
183 LOG_ERR("Could not fetch temperature"); in fxos8700_sample_fetch()
368 LOG_ERR("Could not get power setting"); in fxos8700_get_power()
398 LOG_ERR("Could not find I2C device"); in fxos8700_init()
408 LOG_ERR("Could not find reset GPIO device"); in fxos8700_init()
447 LOG_ERR("Could not get WHOAMI value"); in fxos8700_init()
471 LOG_ERR("Could not set default data rate"); in fxos8700_init()
479 LOG_ERR("Could not set power scheme"); in fxos8700_init()
488 LOG_ERR("Could not set mode"); in fxos8700_init()
[all …]
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
Dupdatehub.c163 LOG_ERR("Could not close the socket"); in cleanup_connection()
209 LOG_ERR("Could not resolve dns"); in start_coap_client()
262 LOG_ERR("Could not alloc data memory"); in send_request()
271 LOG_ERR("Could not init packet"); in send_request()
356 LOG_ERR("Could not send request"); in send_request()
372 LOG_ERR("Could not finish sha256sum"); in install_update_cb_sha256()
378 LOG_ERR("Could not create sha256sum hex representation"); in install_update_cb_sha256()
430 LOG_ERR("Could not alloc data memory"); in install_update_cb()
440 LOG_ERR("Could not receive data"); in install_update_cb()
468 LOG_ERR("Could not update sha256sum"); in install_update_cb()
[all …]
/Zephyr-Core-2.7.6/tests/net/ethernet_mgmt/src/
Dmain.c738 zassert_equal(ret, 0, "could not get the number of priority queues"); in test_change_qav_params()
759 zassert_equal(ret, 0, "could not disable qav"); in test_change_qav_params()
768 zassert_equal(ret, 0, "could not read qav status"); in test_change_qav_params()
779 zassert_equal(ret, 0, "could not enable qav"); in test_change_qav_params()
788 zassert_equal(ret, 0, "could not read qav status"); in test_change_qav_params()
801 zassert_equal(ret, 0, "could not set delta bandwidth"); in test_change_qav_params()
809 zassert_equal(ret, 0, "could not read delta bandwidth"); in test_change_qav_params()
820 zassert_equal(ret, 0, "could not set idle slope"); in test_change_qav_params()
828 zassert_equal(ret, 0, "could not read idle slope"); in test_change_qav_params()
839 zassert_equal(ret, 0, "could not read oper idle slope"); in test_change_qav_params()
[all …]
/Zephyr-Core-2.7.6/drivers/sensor/vcnl4040/
Dvcnl4040.c79 LOG_ERR("Could not fetch proximity"); in vcnl4040_sample_fetch()
88 LOG_ERR("Could not fetch ambient light"); in vcnl4040_sample_fetch()
135 LOG_ERR("Could not read proximity config"); in vcnl4040_proxy_setup()
143 LOG_ERR("Could not write proximity config"); in vcnl4040_proxy_setup()
148 LOG_ERR("Could not read proximity config"); in vcnl4040_proxy_setup()
162 LOG_ERR("Could not write proximity config"); in vcnl4040_proxy_setup()
177 LOG_ERR("Could not read proximity config"); in vcnl4040_ambient_setup()
187 LOG_ERR("Could not write proximity config"); in vcnl4040_ambient_setup()
291 LOG_ERR("Could not find I2C device"); in vcnl4040_init()
297 LOG_ERR("Could not read device id"); in vcnl4040_init()
[all …]
/Zephyr-Core-2.7.6/drivers/sensor/fxas21002/
Dfxas21002_trigger.c61 LOG_ERR("Could not read interrupt source"); in fxas21002_handle_int()
124 LOG_ERR("Could not get power mode"); in fxas21002_trigger_set()
131 LOG_ERR("Could not set ready mode"); in fxas21002_trigger_set()
141 LOG_ERR("Could not configure interrupt"); in fxas21002_trigger_set()
148 LOG_ERR("Could not restore power mode"); in fxas21002_trigger_set()
193 LOG_ERR("Could not configure interrupt pin routing"); in fxas21002_trigger_init()
200 LOG_ERR("Could not find GPIO device"); in fxas21002_trigger_init()
Dfxas21002.c41 LOG_ERR("Could not fetch sample"); in fxas21002_sample_fetch()
146 LOG_ERR("Could not get power setting"); in fxas21002_get_power()
202 LOG_ERR("Could not find I2C device"); in fxas21002_init()
212 LOG_ERR("Could not get WHOAMI value"); in fxas21002_init()
234 LOG_ERR("Could not get ctrlreg1 value"); in fxas21002_init()
244 LOG_ERR("Could not set range"); in fxas21002_init()
253 LOG_ERR("Could not set output data rate"); in fxas21002_init()
261 LOG_ERR("Could not initialize interrupts"); in fxas21002_init()
268 LOG_ERR("Could not set active"); in fxas21002_init()
/Zephyr-Core-2.7.6/samples/sensor/max6675/src/
Dmain.c27 printf("Could not obtain MAX6675 device\n"); in main()
36 printf("Could not fetch temperature (%d)\n", ret); in main()
42 printf("Could not get temperature (%d)\n", ret); in main()
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/
Dieee802154_utils.h120 NET_WARN("Could not apply IEEE address filter"); in ieee802154_filter_ieee_addr()
140 NET_WARN("Could not apply short address filter"); in ieee802154_filter_short_addr()
160 NET_WARN("Could not apply PAN ID filter"); in ieee802154_filter_pan_id()
180 NET_WARN("Could not apply SRC IEEE address filter"); in ieee802154_filter_src_ieee_addr()
200 NET_WARN("Could not apply SRC short address filter"); in ieee802154_filter_src_short_addr()
220 NET_WARN("Could not remove SRC IEEE address filter"); in ieee802154_remove_src_ieee_addr()
240 NET_WARN("Could not remove SRC short address filter"); in ieee802154_remove_src_short_addr()
Dieee802154_shell.c99 "Could not associate to %s on PAN ID %u\n", in cmd_ieee802154_associate()
134 "Could not disassociate? (status: %i)\n", ret); in cmd_ieee802154_disassociate()
263 "Could not raise a scan (status: %i)\n", ret); in cmd_ieee802154_scan()
296 "Could not set channel %u\n", channel); in cmd_ieee802154_set_chan()
325 "Could not get channel\n"); in cmd_ieee802154_get_chan()
360 "Could not set PAN ID %u\n", pan_id); in cmd_ieee802154_set_pan_id()
389 "Could not get PAN ID\n"); in cmd_ieee802154_get_pan_id()
428 "Could not set extended address\n"); in cmd_ieee802154_set_ext_addr()
454 "Could not get extended address\n"); in cmd_ieee802154_get_ext_addr()
497 "Could not set short address %u\n", short_addr); in cmd_ieee802154_set_short_addr()
[all …]
/Zephyr-Core-2.7.6/samples/sensor/fxos8700/src/
Dmain.c38 printf("Could not get fxos8700 device\n"); in main()
49 printk("Could not set sampling frequency\n"); in main()
58 printk("Could not set slope threshold\n"); in main()
74 printf("Could not set trigger\n"); in main()
/Zephyr-Core-2.7.6/tests/net/socket/af_packet_ipproto_raw/src/
Dmain.c104 zassert_not_null(iface, "Could not get dummy iface"); in test_setup()
109 zassert_not_null(ifaddr, "Could not add iface address"); in test_setup()
122 zassert_true(sock >= 0, "Could not create a socket"); in test_sckt_raw_packet_raw_ip()
128 zassert_true(ret >= 0, "Could not bind the socket"); in test_sckt_raw_packet_raw_ip()
133 zassert_true(ret > 0, "Could not send data"); in test_sckt_raw_packet_raw_ip()
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a1/src/
Dmain.c38 printf("Could not get HTS221 device\n"); in main()
42 printf("Could not get LIS3MDL device\n"); in main()
46 printf("Could not get LSM6DS0 device\n"); in main()
50 printf("Could not get LPS25HB device\n"); in main()
/Zephyr-Core-2.7.6/subsys/debug/gdbstub/
Dgdbstub_backend_serial.c28 __ASSERT(uart_dev != NULL, "Could not get uart device"); in z_gdb_backend_init()
31 __ASSERT(ret == 0, "Could not configure uart device"); in z_gdb_backend_init()
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a2/standard/src/
Dmain.c46 printf("Could not get HTS221 device\n"); in main()
50 printf("Could not get LPS22HB device\n"); in main()
54 printf("Could not get LSM6DSL device\n"); in main()
58 printf("Could not get LSM303AGR Accel device\n"); in main()
62 printf("Could not get LSM303AGR Magn device\n"); in main()
/Zephyr-Core-2.7.6/samples/sensor/amg88xx/src/
Dmain.c58 printk("Could not get AMG88XX device\n"); in main()
72 printk("Could not set threshold\n"); in main()
82 printk("Could not set trigger\n"); in main()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_iso/src/
Dmain.c70 FAIL("Could not init BT: %d\n", err); in test_iso_main()
130 FAIL("Could not create BIG: %d\n", err); in test_iso_main()
162 FAIL("Could not terminate BIG: %d\n", err); in test_iso_main()
287 FAIL("Could not init BT: %d\n", err); in test_iso_recv_main()
304 FAIL("Could not start scan: %d\n", err); in test_iso_recv_main()
322 FAIL("Could not stop scan: %d\n", err); in test_iso_recv_main()
333 FAIL("Could not create sync: %d\n", err); in test_iso_recv_main()
356 FAIL("Could not create BIG sync: %d\n", err); in test_iso_recv_main()
366 FAIL("Could not terminate BIG sync: %d\n", err); in test_iso_recv_main()

12345678910>>...24