/Zephyr-latest/tests/arch/x86/static_idt/src/ |
D | test_asm_inline_gcc.h | 13 #error test_asm_inline_gcc.h goes only with x86 GCC
|
/Zephyr-latest/arch/posix/core/ |
D | cpuhalt.c | 29 #error "The POSIX architecture needs a custom busy_wait implementation. \
|
/Zephyr-latest/drivers/serial/ |
D | uart_cc23x0.c | 58 int error = 0; in uart_cc23x0_err_check() local 60 error |= (flags & UART_RXERROR_FRAMING) ? UART_ERROR_FRAMING : 0; in uart_cc23x0_err_check() 61 error |= (flags & UART_RXERROR_PARITY) ? UART_ERROR_PARITY : 0; in uart_cc23x0_err_check() 62 error |= (flags & UART_RXERROR_BREAK) ? UART_BREAK : 0; in uart_cc23x0_err_check() 63 error |= (flags & UART_RXERROR_OVERRUN) ? UART_ERROR_OVERRUN : 0; in uart_cc23x0_err_check() 67 return error; in uart_cc23x0_err_check()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.c | 333 bt_mesh_prov_link.role->error(PROV_ERR_NVAL_PDU); in prov_recv() 340 bt_mesh_prov_link.role->error(PROV_ERR_UNEXP_PDU); in prov_recv() 353 bt_mesh_prov_link.role->error(PROV_ERR_NVAL_FMT); in prov_recv() 392 if (bt_mesh_prov_link.role->error) { in prov_bearer_error() 393 bt_mesh_prov_link.role->error(err); in prov_bearer_error() 400 .error = prov_bearer_error,
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | barrier.h | 10 #error Please include <zephyr/sys/barrier.h>
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | barrier.h | 10 #error Please include <zephyr/sys/barrier.h>
|
/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | fcntl.h | 24 #error "O_NONBLOCK conflicts with other O_*** file IO defines!"
|
/Zephyr-latest/tests/arch/common/ramfunc/src/ |
D | main.c | 10 #error test can only run on Cortex-M MCUs and RISC-V
|
/Zephyr-latest/tests/arch/x86/nmi/src/ |
D | test_asm_inline_gcc.h | 13 #error test_asm_inline_gcc.h goes only with x86 GCC
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_enc.c | 237 if (ctx->data.enc.error == BT_HCI_ERR_SUCCESS) { in lp_enc_ntf() 250 llcp_pdu_encode_reject_ind(pdu, ctx->data.enc.error); in lp_enc_ntf() 372 uint8_t error; in reject_error_code() local 375 error = pdu->llctrl.reject_ind.error_code; in reject_error_code() 378 error = pdu->llctrl.reject_ext_ind.error_code; in reject_error_code() 385 error = BT_HCI_ERR_UNSPECIFIED; in reject_error_code() 389 if (error != BT_HCI_ERR_PIN_OR_KEY_MISSING && in reject_error_code() 390 error != BT_HCI_ERR_UNSUPP_REMOTE_FEATURE) { in reject_error_code() 391 error = BT_HCI_ERR_UNSPECIFIED; in reject_error_code() 394 return error; in reject_error_code() [all …]
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 175 logging.error("ZEPHYR_BASE is not defined.") 195 logging.error(f"not a directory '{p_head}'") 224 logging.error(f"unknown app type to get configuration in '{report_path}'") 230 … logging.error(f"test configuration not found for '{report_path}' at '{suite_conf_fname}'") 241 logging.error(f"SHA:'{version_sha}' is not found in ZEPHYR_BASE for '{report_path}'")
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | soc.h | 29 #error "SoC not supported"
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http2.c | 1088 goto error; in handle_http1_to_http2_upgrade() 1103 goto error; in handle_http1_to_http2_upgrade() 1110 goto error; in handle_http1_to_http2_upgrade() 1118 goto error; in handle_http1_to_http2_upgrade() 1128 goto error; in handle_http1_to_http2_upgrade() 1136 goto error; in handle_http1_to_http2_upgrade() 1153 error: in handle_http1_to_http2_upgrade() 1228 goto error; in handle_http_frame_data() 1234 goto error; in handle_http_frame_data() 1246 goto error; in handle_http_frame_data() [all …]
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 25 not set, an error is thrown when the same thread tries to acquire 34 ``osError`` (Unspecified error) is not supported. 69 ``osFlagsErrorUnknown`` (Unspecified error) 78 ``osFlagsErrorUnknown`` (Unspecified error) and
|
/Zephyr-latest/tests/kernel/sched/preempt/src/ |
D | main.c | 24 #error Preemption test requires single-CPU operation 28 #error Need one metairq priority 32 #error Need two cooperative priorities 36 #error Need two preemptible priorities
|
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/ |
D | assembler.h | 65 #error "asm-compat macroses used not in assembler code!"
|
/Zephyr-latest/soc/atmel/sam/sam4e/ |
D | soc.h | 35 #error Library does not support the specified device.
|
/Zephyr-latest/modules/hal_nordic/nrfs/backends/ |
D | Kconfig | 33 Delay when waiting for next message send retry in case of send error. 41 error will be reported. For example when shared ipc memory is full.
|
/Zephyr-latest/soc/nxp/s32/s32ze/ |
D | soc.h | 16 #error "SoC not supported"
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_x86_gcc.h | 16 #error __FILE__ goes only with x86 GCC
|
/Zephyr-latest/soc/atmel/sam/sam3x/ |
D | soc.h | 36 #error Library does not support the specified device.
|
/Zephyr-latest/arch/xtensa/core/ |
D | tls.c | 15 #error SoC does not support THREADPTR for thread local storage.
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_cc13xx_cc26xx.c | 31 volatile uint32_t error; member 67 if (data->error != I2C_MASTER_ERR_NONE) { in i2c_cc13xx_cc26xx_transmit() 104 if (data->error != I2C_MASTER_ERR_NONE) { in i2c_cc13xx_cc26xx_receive() 217 data->error = I2CMasterErr(base); in i2c_cc13xx_cc26xx_isr() 376 .error = I2C_MASTER_ERR_NONE
|
/Zephyr-latest/soc/atmel/sam0/same54/ |
D | soc.h | 26 #error Library does not support the specified device.
|
/Zephyr-latest/share/sysbuild/build/ |
D | Kconfig | 8 Turn on "warning as error" toolchain flags for all images if set.
|