/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/ |
D | main.c | 2602 uint8_t error = 0U; in ZTEST() local 2634 ztest_return_data(ull_handle_cpr_anchor_point_move, status, &error); in ZTEST() 2765 uint8_t error = reject_ext_ind.error_code; in ZTEST() local 2770 ztest_return_data(ull_handle_cpr_anchor_point_move, status, &error); in ZTEST() 2872 uint8_t error = 0U; in ZTEST() local 2904 ztest_return_data(ull_handle_cpr_anchor_point_move, status, &error); in ZTEST() 3036 uint8_t error = 0U; in ZTEST() local 3058 ztest_return_data(ull_handle_cpr_anchor_point_move, status, &error); in ZTEST()
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 25 # This is an expected error. 31 _message("Unexpected error occurred") 710 … COMMENT "No error occurred when error was expected.\nExpected error: ${expect_failure}"
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 411 bool "Use settings to store error codes across device resets" 414 Store the device error code list in settings. Ensures error list can 427 int "Maximum # of device obj error codes to store" 431 This value sets the maximum number of error codes that the device
|
D | lwm2m_rw_senml_cbor.c | 989 goto error; in do_write_op_senml_cbor() 1031 goto error; in do_write_op_senml_cbor() 1037 error: in do_write_op_senml_cbor()
|
/Zephyr-latest/dts/arm/gd/gd32e10x/ |
D | gd32e10x.dtsi | 128 interrupt-names = "event", "error"; 141 interrupt-names = "event", "error";
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 252 If association fails unrecoverably, the :ref:`fatal error event <conn_mgr_control_events_fatal_erro… 346 The :c:macro:`NET_EVENT_CONN_IF_FATAL_ERROR` event is raised when an iface encounters an error from… 348 Handlers of this event will be passed a pointer to the iface for which the fatal error occurred. 379 /* Fatal error occurred, handle it */
|
/Zephyr-latest/drivers/spi/ |
D | spi_pl022.c | 804 goto error; in spi_pl022_transceive_impl() 829 goto error; in spi_pl022_transceive_impl() 855 error: in spi_pl022_transceive_impl()
|
/Zephyr-latest/dts/arm/st/f2/ |
D | stm32f2.dtsi | 323 interrupt-names = "event", "error"; 335 interrupt-names = "event", "error"; 347 interrupt-names = "event", "error";
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 29 static void cancel_requests_with(struct coap_client *client, int error); 1011 static void cancel_requests_with(struct coap_client *client, int error) in cancel_requests_with() argument 1023 report_callback_error(&client->requests[i], error); in cancel_requests_with()
|
/Zephyr-latest/dts/arm/st/g4/ |
D | stm32g4.dtsi | 330 interrupt-names = "event", "error"; 342 interrupt-names = "event", "error"; 354 interrupt-names = "event", "error";
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 22 # Using DEPFILE with other generators than Ninja is an error.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 259 logger.error(message)
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f373.dtsi | 44 interrupt-names = "event", "error";
|
/Zephyr-latest/arch/xtensa/core/ |
D | vector_handlers.c | 309 #error Xtensa core with no interrupt support is used
|
/Zephyr-latest/cmake/modules/ |
D | unittest.cmake | 160 --error-exitcode=1
|
/Zephyr-latest/arch/arc/core/ |
D | thread.c | 136 #error Compiler not configured for thread local storage in arch_setup_callee_saved_regs()
|
/Zephyr-latest/drivers/adc/ |
D | adc_ifx_cat1.c | 29 #error The selected device does not supported ADC
|
/Zephyr-latest/drivers/counter/ |
D | counter_gecko_stimer.c | 32 #error "Unsupported sleep timer peripheral"
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 31 #error "Sample requires definition of shared memory for rpmsg"
|
/Zephyr-latest/tests/drivers/audio/dmic_api/src/ |
D | main.c | 31 #error "Unsupported DMIC device"
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_reserved_resources.h | 86 #error Unsupported chip family
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 274 * Fixed an issue whereby using some shields with sysbuild would cause a cmake Kconfig error. 325 * Added common bit error counter to the CAN statistics. 662 * Added emulated error for testing. 766 * Fixed an error being emitted when unhandled ICMP message was received. 805 * Added support for storing LwM2M error list in settings. 908 * Fixed POLLERR error reporting in TLS sockets. 943 * Fixed potential buffer overflow when copying TFTP error message. 992 an unknown error. It now returns success. 1021 error was returned, leading to a possible deadlock. 1026 * Fixed an issue in MCUmgr image management whereby an error would be returned if a command was [all …]
|
/Zephyr-latest/dts/arm/st/l1/ |
D | stm32l1.dtsi | 171 interrupt-names = "event", "error"; 183 interrupt-names = "event", "error";
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 105 If an error occurs, unless otherwise specified, the content of the 113 to an error in the communication between the two environments.
|
/Zephyr-latest/doc/develop/api/ |
D | terminology.rst | 108 long as it can be completed immediately, and to return an error code 138 function will return a specific error (generally ``-EWOULDBLOCK``).
|