/Zephyr-latest/tests/cmake/overlays/soc_folder_overlay/src/ |
D | main.c | 10 #error "Invalid test configuration" 93 #error "Invalid test type"
|
/Zephyr-latest/scripts/coredump/ |
D | coredump_gdbserver.py | 92 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/ |
D | phil_obj_abstract.h | 77 #error "not implemented yet." 97 #error "not implemented yet." 119 #error "not implemented yet." 139 #error unknown fork type
|
/Zephyr-latest/drivers/adc/ |
D | adc_mcux_adc12.c | 84 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()
|
D | iadc_gecko.c | 260 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()
|
D | adc_mcux_gau_adc.c | 282 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()
|
D | adc_npcx.c | 341 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/ |
D | main.c | 119 goto error; in passthrough() 125 goto error; in passthrough() 132 error: in passthrough()
|
/Zephyr-latest/samples/subsys/edac/ |
D | README.rst | 5 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/ |
D | nxp_k22fx512.dtsi | 35 interrupt-names = "status", "error"; 45 interrupt-names = "status", "error";
|
/Zephyr-latest/soc/atmel/sam0/samr21/ |
D | soc.h | 33 #error Library does not support the specified device. 68 #error Unsupported GCLK1 clock source.
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | memory_map.h | 76 #error Unknown CPU 106 #error Unknown CPU
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/transport_lorawan/src/ |
D | main.c | 8 #error "Expected Kconfig option CONFIG_MCUMGR_TRANSPORT_LORAWAN not enabled"
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | asm_inline.h | 20 #error "you need to provide an asm_inline.h for your compiler"
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | asm_inline.h | 20 #error "Only a compiler with GNU C extensions is supported for the POSIX arch"
|
/Zephyr-latest/include/zephyr/arch/riscv/riscv-privileged/ |
D | asm_inline.h | 19 #error "Supports only GNU C compiler"
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_imx.c | 342 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()
|
D | i2c_mcux.c | 317 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/ |
D | acpi_osal.h | 13 #error "Currently only x86 Architecture support ACPI !!"
|
/Zephyr-latest/subsys/testsuite/include/zephyr/test_toolchain/ |
D | llvm.h | 11 #error "Please do not include test toolchain-specific headers directly, \
|
/Zephyr-latest/samples/shields/npm1300_ek/src/ |
D | main.c | 81 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/ |
D | soc.h | 47 #error Library does not support the specified device. 82 #error Unsupported GCLK1 clock source.
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | arch.h | 17 #error "Check ISR stack configuration (CONFIG_ISR_*)" 21 #error "CONFIG_ISR_SUBSTACK_SIZE must be a multiple of 16"
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | zephyr_stdint.h | 47 #error "unexpected int width" 84 #error "unexpected size difference between pointers and long ints"
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|