/Zephyr-4.1.0/tests/arch/arm/arm_hardfault_validation/ |
D | README.txt | 44 Caught system error -- reason 4 59 Caught system error -- reason 4
|
/Zephyr-4.1.0/tests/arch/arm/arm_no_multithreading/ |
D | README.txt | 14 - Activating PendSV triggers a Reserved Exception error 51 Caught system error -- reason 0
|
/Zephyr-4.1.0/tests/drivers/uart/uart_elementary/ |
D | README.txt | 11 - UART error check,
|
/Zephyr-4.1.0/tests/subsys/fs/littlefs/ |
D | CMakeLists.txt | 9 # instead of returning error when attempting to perform operation that
|
/Zephyr-4.1.0/samples/boards/nordic/system_off/src/ |
D | retained.c | 21 #error "retained_mem region not defined"
|
/Zephyr-4.1.0/include/zephyr/ipc/ |
D | ipc_service.h | 188 void (*error)(const char *message, void *priv); member
|
/Zephyr-4.1.0/drivers/ethernet/ |
D | eth_numaker.c | 398 goto error; in m_numaker_gmacdev_packet_rx() 406 goto error; in m_numaker_gmacdev_packet_rx() 414 error: in m_numaker_gmacdev_packet_rx() 478 goto error; in numaker_eth_tx() 484 goto error; in numaker_eth_tx() 488 goto error; in numaker_eth_tx() 498 error: in numaker_eth_tx()
|
/Zephyr-4.1.0/drivers/ipm/ |
D | ipm_imx.c | 27 #error CONFIG_IPM_IMX_MAX_DATA_SIZE is invalid 281 #error "CONFIG_IPM_IMX_MAX_DATA_SIZE_n is not set" in imx_mu_ipm_set_enabled() 311 #error "CONFIG_IPM_IMX_MAX_DATA_SIZE_n is not set" in imx_mu_ipm_set_enabled()
|
/Zephyr-4.1.0/soc/st/stm32/stm32h7x/ |
D | soc_m7.c | 71 #error Unsupported configuration: Selected SoC do not support SMPS in soc_early_init_hook()
|
/Zephyr-4.1.0/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_protect.h | 73 #error "Test suite not compatible for the given architecture"
|
/Zephyr-4.1.0/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_gpio.h | 39 #error Unsupported board
|
/Zephyr-4.1.0/cmake/linker/ld/clang/ |
D | linker_flags.cmake | 12 # error: section: init_array is not contiguous with other relro sections
|
/Zephyr-4.1.0/tests/posix/timers/ |
D | Kconfig | 21 int "Maximum overshoot (error) in milliseconds"
|
/Zephyr-4.1.0/drivers/lora/ |
D | sx126x_common.h | 30 #error No SX126x instance in device tree.
|
/Zephyr-4.1.0/doc/ |
D | Makefile | 9 LATEXMKOPTS ?= -halt-on-error -no-shell-escape
|
/Zephyr-4.1.0/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 77 #error "NRF_UICR->OTP is not supported to read from non-secure" 1134 void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed() argument 1139 if (id == DRX_SLOT_RX && error == NRF_802154_RX_ERROR_DELAYED_TIMEOUT) { in nrf_802154_receive_failed() 1154 switch (error) { in nrf_802154_receive_failed() 1174 LOG_INF("Rx failed, error = %d", error); in nrf_802154_receive_failed() 1221 nrf_802154_tx_error_t error, in nrf_802154_transmit_failed() argument 1226 nrf5_data.tx_result = error; in nrf_802154_transmit_failed() 1240 void nrf_802154_cca_failed(nrf_802154_cca_error_t error) in nrf_802154_cca_failed() argument 1242 ARG_UNUSED(error); in nrf_802154_cca_failed() 1259 void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_energy_detection_failed() argument
|
/Zephyr-4.1.0/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 134 allowed or denied. With these handlers, the first non-OK error code returned 160 /* Return an access denied error code to the client and abort calling 168 /* Return a no entry error code to the client, call additional handlers 195 :c:enum:`mcumgr_err_t` error code and :c:enumerator:`MGMT_CB_ERROR_RC` 196 can be returned, or a group error code (introduced with version 2 of the MCUmgr 198 value to the group error code and returning :c:enumerator:`MGMT_CB_ERROR_ERR`. 257 /* The failure is a group and ID error value */ 300 error). :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_STATUS_HOOKS` needs to be 318 error). :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_UPLOAD_CHECK_HOOK` needs to 326 error). :kconfig:option:`CONFIG_MCUMGR_SMP_COMMAND_STATUS_HOOKS` needs to
|
/Zephyr-4.1.0/drivers/sdhc/ |
D | sdhc_esp32.c | 353 cmd->error = err; in process_command_response() 365 cmd->error = ESP_ERR_TIMEOUT; in process_data_status() 367 cmd->error = ESP_ERR_INVALID_CRC; in process_data_status() 369 cmd->error = ESP_ERR_TIMEOUT; in process_data_status() 371 cmd->error = ESP_FAIL; in process_data_status() 376 if (cmd->error != 0) { in process_data_status() 380 LOG_DBG("%s: error 0x%x (status=%08" PRIx32 ")", __func__, cmd->error, status); in process_data_status() 456 if (cmd->error != ESP_OK) { in process_events() 682 cmdinfo->error = ESP_OK; in sdmmc_host_do_transaction() 1190 if ((ret_esp != 0) || esp_cmd.error) { in sdhc_esp32_request() [all …]
|
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_phy.c | 209 ctx->data.pu.error = BT_HCI_ERR_UNSUPP_FEATURE_PARAM_VAL; in pu_check_update_ind() 216 ctx->data.pu.error = BT_HCI_ERR_SUCCESS; in pu_check_update_ind() 222 ctx->data.pu.error = BT_HCI_ERR_INSTANT_PASSED; in pu_check_update_ind() 446 pdu->status = ctx->data.pu.error; in pu_ntf() 614 ctx->data.pu.error = BT_HCI_ERR_UNSUPP_REMOTE_FEATURE; in lp_pu_st_wait_rx_phy_rsp() 696 ctx->data.pu.error = BT_HCI_ERR_SUCCESS; in lp_pu_st_wait_tx_ack_phy_update_ind() 737 if (ctx->data.pu.error != BT_HCI_ERR_SUCCESS) { in lp_pu_st_wait_rx_phy_update_ind() 739 conn->llcp_terminate.reason_final = ctx->data.pu.error; in lp_pu_st_wait_rx_phy_update_ind() 748 ctx->data.pu.error = ctx->reject_ext_ind.error_code; in lp_pu_st_wait_rx_phy_update_ind() 754 ctx->data.pu.error = BT_HCI_ERR_UNSUPP_REMOTE_FEATURE; in lp_pu_st_wait_rx_phy_update_ind() [all …]
|
/Zephyr-4.1.0/scripts/build/ |
D | gen_symtab.py | 33 def error(text): member in gen_symtab_log 78 log.error(f"Failed to sanitize function name: {name}")
|
/Zephyr-4.1.0/samples/subsys/input/draw_touch_events/src/ |
D | main.c | 17 #error "Unsupported board: zephyr,touch is not assigned" 21 #error "Unsupported board: zephyr,display is not assigned"
|
/Zephyr-4.1.0/samples/sensor/ccs811/src/ |
D | main.c | 73 printk("ERROR: %02x\n", rp->error); in do_fetch() 174 #error Unhandled trigger on in main()
|
/Zephyr-4.1.0/drivers/flash/ |
D | soc_flash_lpc.c | 25 #error No matching compatible for soc_flash_lpc.c 169 #error "Sector size not set" in flash_lpc_init()
|
/Zephyr-4.1.0/subsys/net/ip/ |
D | ipv6_fragment.c | 298 goto error; in reassemble_packet() 305 goto error; in reassemble_packet() 312 goto error; in reassemble_packet() 318 goto error; in reassemble_packet() 325 goto error; in reassemble_packet() 355 error: in reassemble_packet()
|
/Zephyr-4.1.0/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 16 from twisterlib.error import StatusAttributeError, TwisterException, TwisterRuntimeError 320 logger.error(f"{filename}: {result.warnings}") 334 logger.error(f"{filename}: error parsing source file: {e}") 346 logger.error(f"{filename}: {result.warnings}") 352 logger.error(f"{filename}: can't find: {e}") 359 logger.error(warning)
|