Home
last modified time | relevance | path

Searched refs:error (Results 301 – 325 of 1189) sorted by relevance

1...<<11121314151617181920>>...48

/Zephyr-4.1.0/scripts/pylib/twister/twisterlib/
Dtwister_main.py95 logger.error(f"{e}")
104 logger.error(f"{e}")
133 logger.error("The report summary value cannot be less than 0")
212 or runner.results.error
/Zephyr-4.1.0/soc/atmel/sam/sam4s/
Dsoc.h49 #error Library does not support the specified device.
/Zephyr-4.1.0/subsys/shell/backends/
Dshell_websocket.c136 goto error; in ws_recv()
139 goto error; in ws_recv()
151 error: in ws_recv()
209 goto error; in shell_ws_init()
217 error: in shell_ws_init()
/Zephyr-4.1.0/tests/kernel/fatal/exception/
DREADME1 This test case verifies that kernel fatal error handling works correctly.
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_fem.h42 #error "radio node fem property has an unsupported compatible"
/Zephyr-4.1.0/dts/arm/nxp/
Dnxp_kv5x.dtsi275 interrupt-names = "status", "error";
284 interrupt-names = "status", "error";
293 interrupt-names = "status", "error";
302 interrupt-names = "status", "error";
311 interrupt-names = "status", "error";
320 interrupt-names = "status", "error";
/Zephyr-4.1.0/doc/services/device_mgmt/
Dsmp_protocol.rst67 | | SMP transport where error codes are more detailed |
195 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
196 | | appears if an error is returned when using SMP version 2. |
198 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
199 | | non-zero (error condition) when using SMP version 2. |
201 | "rc" | :c:enum:`mcumgr_err_t` only appears if non-zero (error condition) when |
206 only returned if there is an error condition, therefore if only an empty map is returned or a
/Zephyr-4.1.0/tests/net/lib/http_header_fields/src/
Dmain.c751 int error = HTTP_PARSER_ERRNO(&parser); in test_double_content_length_error() local
753 zassert_equal(error, HPE_UNEXPECTED_CONTENT_LENGTH, in test_double_content_length_error()
782 int error = HTTP_PARSER_ERRNO(&parser); in test_chunked_content_length_error() local
784 zassert_equal(error, HPE_UNEXPECTED_CONTENT_LENGTH, in test_chunked_content_length_error()
813 int error = HTTP_PARSER_ERRNO(&parser); in test_header_cr_no_lf_error() local
815 zassert_equal(error, HPE_LF_EXPECTED, in test_header_cr_no_lf_error()
897 int error = HTTP_PARSER_ERRNO(&parser); in test_double_content_range_error() local
899 zassert_equal(error, HPE_UNEXPECTED_CONTENT_RANGE, in test_double_content_range_error()
/Zephyr-4.1.0/arch/x86/
Dgen_mmu.py128 def error(text): function
136 error("unaligned base address %x" % base)
138 error("Unaligned region size 0x%x for base %x" % (size, base))
444 error("misaligned virtual address space, 0x%x not a multiple of 0x%x" %
555 error("no mapping for %s region 0x%x (size 0x%x)" %
665 error("Not enough arguments for --map %s" % entry)
680 error("Unrecognized flags: %s" % map_flags)
715 error(("Region 0x%x (%d) already been mapped "
793 error("VM size is too small (have 0x%x need more than 0x%x)" % (vm_size, image_size))
931 error(("Reserved space for page table is too %s."
/Zephyr-4.1.0/soc/nuvoton/npcx/common/
Dsoc_clock.h50 #error "APB4 clock divider is not supported but defined in pcc node!"
155 #error "Unsupported OFMCLK Frequency"
/Zephyr-4.1.0/soc/silabs/common/
Dsoc.c127 #error "Unsupported clock source for HFCLK selected" in clock_init()
157 #error "Unsupported power configuration mode of the on chip DC/DC converter." in dcdc_init()
/Zephyr-4.1.0/drivers/dai/intel/ssp/
Dssp.h25 #error "Unknown SSP IP"
75 #error "Missing ssp definitions"
/Zephyr-4.1.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat.h23 #error "Failed to select DISK access type"
/Zephyr-4.1.0/drivers/hwinfo/
Dhwinfo_litex.c28 #error Unsupported CSR data width in z_impl_hwinfo_get_device_id()
/Zephyr-4.1.0/tests/lib/cbprintf_fp/src/
Dmain.c36 #error Unsupported configuration
/Zephyr-4.1.0/tests/drivers/clock_control/nrf_clock_calibration/src/
Dmock_temp_nrf5.c12 #error "Cannot be enabled because it is being mocked"
/Zephyr-4.1.0/drivers/modem/
Dquectel-bg9x.c1035 goto error; in modem_setup()
1043 goto error; in modem_setup()
1066 goto error; in modem_setup()
1087 error: in modem_setup()
1181 goto error; in modem_init()
1201 goto error; in modem_init()
1214 goto error; in modem_init()
1232 goto error; in modem_init()
1239 goto error; in modem_init()
1247 goto error; in modem_init()
[all …]
Dublox-sara-r4.c1226 goto error; in modem_reset()
1234 goto error; in modem_reset()
1276 goto error; in modem_reset()
1326 goto error; in modem_reset()
1365 goto error; in modem_reset()
1377 error: in modem_reset()
1416 goto error; in create_socket()
1427 goto error; in create_socket()
1434 goto error; in create_socket()
1441 goto error; in create_socket()
[all …]
/Zephyr-4.1.0/modules/openthread/platform/
Dradio.c560 otError error; in openthread_handle_frame_to_send() local
593 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()
595 if (error != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
597 is_ip6 ? "otIp6Send" : "openthread_nat64_send", error); in openthread_handle_frame_to_send()
903 otError error = OT_ERROR_INVALID_STATE; in otPlatRadioTransmit() local
918 error = OT_ERROR_NONE; in otPlatRadioTransmit()
922 return error; in otPlatRadioTransmit()
942 int error = 0; in otPlatRadioGetRssi() local
960 error = radio_api->ed_scan(radio_dev, detection_time, in otPlatRadioGetRssi()
963 if (error == 0) { in otPlatRadioGetRssi()
[all …]
/Zephyr-4.1.0/soc/atmel/sam0/common/
Dbossa.c22 #error Unsupported BOSSA bootloader variant
/Zephyr-4.1.0/samples/boards/st/i2c_timing/src/
Dmain.c16 #error "Please set the correct I2C device"
/Zephyr-4.1.0/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_arc_gcc.h16 #error __FILE__ goes only with ARC GCC
/Zephyr-4.1.0/samples/boards/st/power_mgmt/wkup_pins/src/
Dmain.c19 #error "Unsupported board: wkup_src devicetree alias is not defined"
/Zephyr-4.1.0/arch/arm/core/cortex_m/
Dvector_table.h48 #error Unknown ARM architecture
/Zephyr-4.1.0/drivers/ethernet/
Deth_stellaris.c161 goto error; in eth_stellaris_rx_pkt()
173 goto error; in eth_stellaris_rx_pkt()
191 goto error; in eth_stellaris_rx_pkt()
199 error: in eth_stellaris_rx_pkt()

1...<<11121314151617181920>>...48