/Zephyr-latest/drivers/i2c/ |
D | i2c_nxp_ii2c.c | 328 int error; in nxp_ii2c_init() local 342 error = pinctrl_apply_state(config->pincfg, PINCTRL_STATE_DEFAULT); in nxp_ii2c_init() 343 if (error) { in nxp_ii2c_init() 344 return error; in nxp_ii2c_init() 359 error = nxp_ii2c_configure(dev, I2C_MODE_CONTROLLER | bitrate_cfg); in nxp_ii2c_init() 360 if (error) { in nxp_ii2c_init() 361 return error; in nxp_ii2c_init()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_tls.c | 156 int error; member 1255 context->error = ETIMEDOUT; in tls_mbedtls_handshake() 1266 context->error = ECONNABORTED; in tls_mbedtls_handshake() 1274 context->error = ECONNABORTED; in tls_mbedtls_handshake() 2179 goto error; in ztls_connect_ctx() 2197 goto error; in ztls_connect_ctx() 2205 error: in ztls_connect_ctx() 2227 goto error; in ztls_accept_ctx() 2233 goto error; in ztls_accept_ctx() 2243 goto error; in ztls_accept_ctx() [all …]
|
/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 35 logging.error("$ZEPHYR_BASE environment variable undefined.\n") 116 logger.error(proc.stdout.read()) 134 logger.error("Couldn't build footprint apps in commit %s" % commit) 135 logger.error(output) 156 logger.error(proc.stdout.read()) 214 logger.error("Cannot resolve base commit")
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault_s.S | 34 #error Unknown ARM architecture 76 #error Unknown ARM architecture
|
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/ |
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)
|
/Zephyr-latest/tests/kernel/fatal/no-multithreading/ |
D | README | 1 This test case verifies that kernel fatal error handling works correctly
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 23 int "Watchdog error counter limit" 26 Sets the maximum value of the watchdog error counter. Each time a 28 watchdog error counter is decremented by 1 each time the watchdog is 40 also good, the fault error counter is decremented by 1. Each time
|
/Zephyr-latest/modules/hal_nordic/nrfs/backends/ |
D | nrfs_backend_ipc_service.c | 66 __weak void nrfs_backend_error_handler(enum nrfs_backend_error error_id, int error, bool fatal) in nrfs_backend_error_handler() argument 78 LOG_ERR("IPC open instance failure with error: %d", error); in nrfs_backend_error_handler() 82 LOG_ERR("IPC register endpoint failure with error: %d", error); in nrfs_backend_error_handler() 90 LOG_ERR("Undefined error id: %d, error cause: %d", error_id, error); in nrfs_backend_error_handler()
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_rx8130ce.c | 178 goto error; in rx8130ce_get_time() 190 error: in rx8130ce_get_time() 216 goto error; in rx8130ce_set_time() 221 error: in rx8130ce_set_time() 339 goto error; in rx8130ce_alarm_set_time() 349 goto error; in rx8130ce_alarm_set_time() 377 goto error; in rx8130ce_alarm_set_time() 384 goto error; in rx8130ce_alarm_set_time() 386 error: in rx8130ce_alarm_set_time() 411 goto error; in rx8130ce_alarm_get_time() [all …]
|
/Zephyr-latest/arch/posix/include/ |
D | asm_inline.h | 14 #error The arch/posix/include/asm_inline.h is only for the POSIX architecture
|
/Zephyr-latest/include/zephyr/ |
D | kernel_includes.h | 17 #error Please do not include kernel-specific headers directly, use <zephyr/kernel.h> instead
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest.h | 22 #error "You need to add CONFIG_ZTEST to your config file."
|
/Zephyr-latest/subsys/testsuite/include/zephyr/test_toolchain/ |
D | gcc.h | 11 #error "Please do not include test toolchain-specific headers directly, \
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | mwdt.h | 12 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead 118 #error "ARC MWDT doesn't support building with CONFIG_NEWLIB_LIBC as it doesn't have newlib" 122 #error "ARC MWDT doesn't support building Zephyr as an native application"
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_transport_socket_tcp.c | 39 goto error; in mqtt_client_tcp_connect() 55 goto error; in mqtt_client_tcp_connect() 61 error: in mqtt_client_tcp_connect()
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 29 bool "Disable error messages" 31 Disable error message support to save code size. Only error
|
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/src/ |
D | main.c | 8 #error project can only run on Cortex-M
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/include/ |
D | tfm_peripherals_config.h | 33 #error "Unknown device."
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | keys.h | 40 #error "Crypto library has not been chosen"
|
/Zephyr-latest/tests/arch/arm/arm_sw_vector_relay/src/ |
D | main.c | 8 #error test can only run on Cortex-M MCUs
|
/Zephyr-latest/tests/arch/x86/static_idt/src/ |
D | test_stubs.S | 34 #error Arch not supported
|
/Zephyr-latest/drivers/adc/ |
D | adc_gd32.c | 334 int error; in adc_gd32_read() local 337 error = adc_gd32_start_read(dev, sequence); in adc_gd32_read() 338 adc_context_release(&data->ctx, error); in adc_gd32_read() 340 return error; in adc_gd32_read() 349 int error; in adc_gd32_read_async() local 352 error = adc_gd32_start_read(dev, sequence); in adc_gd32_read_async() 353 adc_context_release(&data->ctx, error); in adc_gd32_read_async() 355 return error; in adc_gd32_read_async()
|
/Zephyr-latest/samples/net/sockets/echo/src/ |
D | socket_echo.c | 107 goto error; in main() 114 error: in main()
|
/Zephyr-latest/samples/sensor/sgp40_sht4x/src/ |
D | main.c | 16 #error "No sensirion,sgp40 compatible node found in the device tree" 20 #error "No sensirion,sht4x compatible node found in the device tree"
|
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | test_app_vs_openssl.py | 63 logger.error("Server startup failed. Here's the logs from OpenSSL:") 65 logger.error(line)
|