Home
last modified time | relevance | path

Searched refs:error (Results 126 – 150 of 1189) sorted by relevance

12345678910>>...48

/Zephyr-latest/tests/cmake/overlays/soc_folder_overlay/src/
Dmain.c10 #error "Invalid test configuration"
93 #error "Invalid test type"
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py92 logger.error(f"Cannot find file {args.elffile}, exiting...")
96 logger.error(f"Cannot find file {args.logfile}, exiting...")
106 logger.error("Cannot parse log file, exiting...")
114 logger.error("Cannot parse ELF file, exiting...")
/Zephyr-latest/samples/philosophers/src/
Dphil_obj_abstract.h77 #error "not implemented yet."
97 #error "not implemented yet."
119 #error "not implemented yet."
139 #error unknown fork type
/Zephyr-latest/drivers/adc/
Dadc_mcux_adc12.c84 int error; in mcux_adc12_start_read() local
131 error = adc_context_wait_for_completion(&data->ctx); in mcux_adc12_start_read()
133 return error; in mcux_adc12_start_read()
141 int error; in mcux_adc12_read_async() local
144 error = mcux_adc12_start_read(dev, sequence); in mcux_adc12_read_async()
145 adc_context_release(&data->ctx, error); in mcux_adc12_read_async()
147 return error; in mcux_adc12_read_async()
Diadc_gecko.c260 int error; in adc_gecko_read() local
263 error = start_read(dev, sequence); in adc_gecko_read()
264 adc_context_release(&data->ctx, error); in adc_gecko_read()
266 return error; in adc_gecko_read()
275 int error; in adc_gecko_read_async() local
278 error = start_read(dev, sequence); in adc_gecko_read_async()
279 adc_context_release(&data->ctx, error); in adc_gecko_read_async()
281 return error; in adc_gecko_read_async()
Dadc_mcux_gau_adc.c282 int error; in mcux_gau_adc_read() local
285 error = mcux_gau_adc_do_read(dev, sequence); in mcux_gau_adc_read()
286 adc_context_release(&data->ctx, error); in mcux_gau_adc_read()
287 return error; in mcux_gau_adc_read()
296 int error; in mcux_gau_adc_read_async() local
299 error = mcux_gau_adc_do_read(dev, sequence); in mcux_gau_adc_read_async()
300 adc_context_release(&data->ctx, error); in mcux_gau_adc_read_async()
301 return error; in mcux_gau_adc_read_async()
Dadc_npcx.c341 int error = 0; in adc_npcx_start_read() local
355 error = adc_npcx_validate_buffer_size(dev, sequence); in adc_npcx_start_read()
356 if (error) { in adc_npcx_start_read()
358 return error; in adc_npcx_start_read()
367 error = adc_context_wait_for_completion(&data->ctx); in adc_npcx_start_read()
369 return error; in adc_npcx_start_read()
435 int error; in adc_npcx_read() local
438 error = adc_npcx_start_read(dev, sequence); in adc_npcx_read()
439 adc_context_release(&data->ctx, error); in adc_npcx_read()
441 return error; in adc_npcx_read()
[all …]
/Zephyr-latest/samples/drivers/uart/passthrough/src/
Dmain.c119 goto error; in passthrough()
125 goto error; in passthrough()
132 error: in passthrough()
/Zephyr-latest/samples/subsys/edac/
DREADME.rst5 Test error detection and correction (EDAC) using shell commands.
46 inject :Inject ECC error commands
65 inject - Inject ECC error commands
71 error_type :Get / Set injection error type
90 Set injection error type: correctable
/Zephyr-latest/dts/arm/nxp/
Dnxp_k22fx512.dtsi35 interrupt-names = "status", "error";
45 interrupt-names = "status", "error";
/Zephyr-latest/soc/atmel/sam0/samr21/
Dsoc.h33 #error Library does not support the specified device.
68 #error Unsupported GCLK1 clock source.
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dmemory_map.h76 #error Unknown CPU
106 #error Unknown CPU
/Zephyr-latest/tests/subsys/mgmt/mcumgr/transport_lorawan/src/
Dmain.c8 #error "Expected Kconfig option CONFIG_MCUMGR_TRANSPORT_LORAWAN not enabled"
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dasm_inline.h20 #error "you need to provide an asm_inline.h for your compiler"
/Zephyr-latest/include/zephyr/arch/posix/
Dasm_inline.h20 #error "Only a compiler with GNU C extensions is supported for the POSIX arch"
/Zephyr-latest/include/zephyr/arch/riscv/riscv-privileged/
Dasm_inline.h19 #error "Supports only GNU C compiler"
/Zephyr-latest/drivers/i2c/
Di2c_imx.c342 int error; in i2c_imx_init() local
346 error = pinctrl_apply_state(config->pincfg, PINCTRL_STATE_DEFAULT); in i2c_imx_init()
347 if (error) { in i2c_imx_init()
348 return error; in i2c_imx_init()
353 error = i2c_imx_configure(dev, I2C_MODE_CONTROLLER | bitrate_cfg); in i2c_imx_init()
354 if (error) { in i2c_imx_init()
355 return error; in i2c_imx_init()
Di2c_mcux.c317 int error; in i2c_mcux_init() local
330 error = pinctrl_apply_state(config->pincfg, PINCTRL_STATE_DEFAULT); in i2c_mcux_init()
331 if (error) { in i2c_mcux_init()
332 return error; in i2c_mcux_init()
335 error = i2c_mcux_configure(dev, I2C_MODE_CONTROLLER | bitrate_cfg); in i2c_mcux_init()
336 if (error) { in i2c_mcux_init()
337 return error; in i2c_mcux_init()
/Zephyr-latest/include/zephyr/acpi/
Dacpi_osal.h13 #error "Currently only x86 Architecture support ACPI !!"
/Zephyr-latest/subsys/testsuite/include/zephyr/test_toolchain/
Dllvm.h11 #error "Please do not include test toolchain-specific headers directly, \
/Zephyr-latest/samples/shields/npm1300_ek/src/
Dmain.c81 struct sensor_value error; in read_sensors() local
91 sensor_channel_get(charger, (enum sensor_channel)SENSOR_CHAN_NPM1300_CHARGER_ERROR, &error); in read_sensors()
104 printk("Charger Status: %d, Error: %d, VBUS: %s\n", status.val1, error.val1, in read_sensors()
/Zephyr-latest/soc/atmel/sam0/samd21/
Dsoc.h47 #error Library does not support the specified device.
82 #error Unsupported GCLK1 clock source.
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Darch.h17 #error "Check ISR stack configuration (CONFIG_ISR_*)"
21 #error "CONFIG_ISR_SUBSTACK_SIZE must be a multiple of 16"
/Zephyr-latest/include/zephyr/toolchain/
Dzephyr_stdint.h47 #error "unexpected int width"
84 #error "unexpected size difference between pointers and long ints"
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)

12345678910>>...48