Searched refs:error (Results 426 – 450 of 1189) sorted by relevance
1...<<11121314151617181920>>...48
/Zephyr-4.1.0/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 288 int error; in open() local 296 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open() 298 if (error == DNS_EAI_NODATA) { in open() 300 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open() 303 if (error) { in open() 305 string(THRIFT_GAI_STRERROR(error)); in open()
|
/Zephyr-4.1.0/scripts/logging/dictionary/ |
D | log_parser_uart.py | 43 logger.error("ERROR: invalid log database path: %s, exiting...", args.dbfile)
|
/Zephyr-4.1.0/samples/modules/lvgl/demos/src/ |
D | main.c | 59 #error Enable one of the demos CONFIG_LV_Z_DEMO_* in main()
|
/Zephyr-4.1.0/drivers/sensor/aosong/dht20/ |
D | Kconfig | 20 bool "Use CRC error detection"
|
/Zephyr-4.1.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | phil_obj_abstract.h | 67 #error unknown fork type
|
/Zephyr-4.1.0/drivers/spi/spi_nxp_lpspi/ |
D | spi_nxp_lpspi_dma.c | 148 goto error; in spi_mcux_dma_callback() 165 goto error; in spi_mcux_dma_callback() 186 goto error; in spi_mcux_dma_callback() 190 error: in spi_mcux_dma_callback()
|
/Zephyr-4.1.0/soc/atmel/sam/samx7x/ |
D | soc.h | 98 #error Library does not support the specified device.
|
/Zephyr-4.1.0/soc/nxp/kinetis/kwx/ |
D | soc_kw4xz.c | 34 #error "An oscillator mode must be defined"
|
/Zephyr-4.1.0/samples/drivers/led/led_strip/src/ |
D | main.c | 27 #error Unable to determine length of LED strip
|
/Zephyr-4.1.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | factory.py | 41 logger.error('There is no device with name "%s"', name)
|
/Zephyr-4.1.0/subsys/bluetooth/mesh/ |
D | prov_bearer.h | 53 void (*error)(const struct prov_bearer *bearer, void *cb_data, member
|
/Zephyr-4.1.0/boards/shields/ |
D | CMakeLists.txt | 10 # error if it is missing
|
/Zephyr-4.1.0/cmake/linker/xt-ld/ |
D | linker_flags.cmake | 26 ${LINKERFLAGPREFIX},--orphan-handling=error
|
/Zephyr-4.1.0/include/zephyr/dsp/ |
D | basicmath_f16.h | 15 #error "Cannot use float16 DSP functionality without CONFIG_FP16 enabled"
|
/Zephyr-4.1.0/arch/sparc/core/ |
D | reset_trap.S | 23 #error "Don't know how to enable SVT on this SOC"
|
/Zephyr-4.1.0/tests/bluetooth/classic/sdp_c/pytest/ |
D | conftest.py | 44 logger.error('Fail to get IUT BD address')
|
/Zephyr-4.1.0/drivers/flash/ |
D | flash_stm32f1x.c | 31 #error Unknown write block size 39 #error Unknown erase value
|
/Zephyr-4.1.0/drivers/memc/ |
D | Kconfig.mcux | 83 bool "NXP FlexRAM error interrupt" 85 Allow flexram to generate error interrupts
|
/Zephyr-4.1.0/cmake/modules/ |
D | FindBabbleSim.cmake | 19 # If BabbleSim cannot be found we error right away with a message trying to guide users 65 # so we provide better information to users than a compile error: 67 # Internal function to print a descriptive error message
|
/Zephyr-4.1.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_cbor.c | 258 states->constant_state->error); in get_s32() 368 goto error; in get_time() 374 goto error; in get_time() 390 goto error; in get_time() 400 error: in get_time()
|
/Zephyr-4.1.0/boards/arm/mps2/doc/ |
D | mps2_armv7m.rst | 116 | 2 | NMI | | system fatal error | 118 | 3 | Hard fault | | system fatal error | 120 | 4 | MemManage | MPU fault | system fatal error | 122 | 5 | Bus | | system fatal error | 124 | 6 | Usage | undefined | system fatal error | 134 | 12 | Debug | | system fatal error |
|
/Zephyr-4.1.0/dts/arm/nxp/ |
D | nxp_k6x.dtsi | 201 interrupt-names = "status", "error"; 211 interrupt-names = "status", "error"; 221 interrupt-names = "status", "error"; 231 interrupt-names = "status", "error"; 241 interrupt-names = "status", "error"; 251 interrupt-names = "status", "error"; 516 interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning", "rx-warning", "wake-up";
|
/Zephyr-4.1.0/soc/nxp/kinetis/k2x/ |
D | soc.c | 47 #error "An oscillator mode must be defined"
|
/Zephyr-4.1.0/soc/nxp/kinetis/kl2x/ |
D | soc.c | 52 #error "An oscillator mode must be defined" in clock_init()
|
/Zephyr-4.1.0/samples/subsys/debug/fuzz/src/ |
D | main.c | 13 #error "Platform not supported"
|
1...<<11121314151617181920>>...48