/Zephyr-4.1.0/drivers/adc/ |
D | adc_ads7052.c | 146 int error; in adc_ads7052_read_async() local 149 error = ads7052_start_read(dev, sequence); in adc_ads7052_read_async() 150 adc_context_release(&data->ctx, error); in adc_ads7052_read_async() 152 return error; in adc_ads7052_read_async()
|
D | adc_gecko.c | 212 int error; in adc_gecko_read() local 215 error = start_read(dev, sequence); in adc_gecko_read() 216 adc_context_release(&data->ctx, error); in adc_gecko_read() 218 return error; in adc_gecko_read()
|
/Zephyr-4.1.0/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 13 error detection and correction. IBECC can work for all or for specific regions 58 * Correctable Error (CE) - error is detected and corrected by IBECC module. 60 * Uncorrectable Error (UE) - error is detected by IBECC module and not 63 The IBECC driver provides error type for the higher-level application to
|
/Zephyr-4.1.0/tests/drivers/uart/uart_pm/src/ |
D | main.c | 124 int error = pm_device_state_get(dev, &power_state); \ 125 zassert_equal(error, 0, "Unexpected err: %d", error); \
|
/Zephyr-4.1.0/soc/infineon/cat1a/common/ |
D | soc.c | 28 #error Cy_SysInt_Init does not support CM0p core. in Cy_SysInt_Init()
|
/Zephyr-4.1.0/samples/net/openthread/coap/src/ |
D | main.c | 25 #error "Unsupported board: sw0 devicetree alias is not defined"
|
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5.h | 52 #error "Unsupported SoC."
|
/Zephyr-4.1.0/modules/zcbor/ |
D | Kconfig | 27 bool "Stop on error when processing (Must also be enabled in state var)" 32 This makes all functions abort their execution if called when an error
|
/Zephyr-4.1.0/arch/posix/ |
D | Kconfig | 39 bool "Raise a SIGTRAP on fatal error" 41 Raise a SIGTRAP signal on fatal error before exiting.
|
/Zephyr-4.1.0/arch/arm/core/cortex_m/ |
D | irq_manage.c | 147 #error Unknown ARM architecture in _arch_isr_direct_pm() 160 #error Unknown ARM architecture in _arch_isr_direct_pm()
|
/Zephyr-4.1.0/subsys/net/lib/zperf/ |
D | zperf_session.h | 46 uint32_t error; member
|
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_conn_upd.c | 250 return (((ctx->proc == PROC_CONN_PARAM_REQ) && (ctx->data.cu.error != 0U)) || in cu_should_notify_host() 271 pdu->status = ctx->data.cu.error; in cu_ntf() 272 if (!ctx->data.cu.error) { in cu_ntf() 316 ctx->data.cu.error); in lp_cu_tx() 543 ctx->data.cu.error = BT_HCI_ERR_INVALID_LL_PARAM; in lp_cu_st_wait_rx_conn_param_rsp() 570 ctx->data.cu.error = pdu->llctrl.reject_ext_ind.error_code; in lp_cu_st_wait_rx_conn_param_rsp() 623 ctx->data.cu.error = BT_HCI_ERR_UNSUPP_REMOTE_FEATURE; in lp_cu_st_wait_rx_conn_update_ind() 627 ctx->data.cu.error = pdu->llctrl.reject_ext_ind.error_code; in lp_cu_st_wait_rx_conn_update_ind() 660 ctx->data.cu.error = BT_HCI_ERR_SUCCESS; in lp_cu_check_instant() 832 ctx->data.cu.error); in rp_cu_tx() [all …]
|
D | ull_peripheral_iso.c | 57 static struct ll_conn *ll_cis_get_acl_awaiting_reply(uint16_t handle, uint8_t *error) in ll_cis_get_acl_awaiting_reply() argument 63 *error = BT_HCI_ERR_UNKNOWN_CONN_ID; in ll_cis_get_acl_awaiting_reply() 80 *error = BT_HCI_ERR_CMD_DISALLOWED; in ll_cis_get_acl_awaiting_reply() 86 *error = BT_HCI_ERR_CMD_DISALLOWED; in ll_cis_get_acl_awaiting_reply() 92 *error = BT_HCI_ERR_CMD_DISALLOWED; in ll_cis_get_acl_awaiting_reply()
|
/Zephyr-4.1.0/scripts/logging/dictionary/ |
D | database_gen.py | 241 logger.error("Cannot determine endianness from ELF file, exiting...") 258 logger.error("Did not found architecture") 283 logger.error("Cannot find section 'log_const_areas' in ELF file, exiting...") 513 logger.error("ERROR: Cannot open ELF file: %s, exiting...", args.elffile) 575 logger.error("ERROR: Cannot open database file for write: %s, exiting...", 581 logger.error("ERROR: Cannot open database file for write: %s, exiting...",
|
/Zephyr-4.1.0/boards/arm/v2m_beetle/doc/ |
D | index.rst | 99 | 2 | NMI | | system fatal error | 101 | 3 | Hard fault | | system fatal error | 103 | 4 | MemManage | MPU fault | system fatal error | 105 | 5 | Bus | | system fatal error | 107 | 6 | Usage | undefined | system fatal error | 117 | 12 | Debug | | system fatal error |
|
/Zephyr-4.1.0/boards/arduino/due/doc/ |
D | index.rst | 56 | 2 | NMI | | system fatal error | 58 | 3 | Hard fault | | system fatal error | 60 | 4 | MemManage | MPU fault | system fatal error | 62 | 5 | Bus | | system fatal error | 64 | 6 | Usage | undefined | system fatal error | 74 | 12 | Debug | | system fatal error |
|
/Zephyr-4.1.0/scripts/pylib/twister/twisterlib/ |
D | runner.py | 31 from twisterlib.error import BuildError, ConfigurationError, StatusAttributeError 369 def error(self): member in ExecutionCounter 373 @error.setter 374 def error(self, value): member in ExecutionCounter 748 logger.error(f"CMake build failure: {self.source_dir} for {self.platform.name}") 923 logger.error(data) 938 logger.error("see: " + Fore.YELLOW + filename + Fore.RESET) 973 logger.error(f"RuntimeError: {e}") 1004 logger.error(str(sae)) 1037 logger.error(str(sae)) [all …]
|
D | error.py | 14 logger.error(''.join(["Twister call stack dump:\n"] + traceback.format_stack()[:-1]))
|
/Zephyr-4.1.0/soc/atmel/sam0/samc20/ |
D | soc.h | 50 #error Library does not support the specified device.
|
/Zephyr-4.1.0/soc/atmel/sam0/samc21/ |
D | soc.h | 50 #error Library does not support the specified device.
|
/Zephyr-4.1.0/drivers/wifi/simplelink/ |
D | simplelink_support.h | 33 int16_t error; member
|
/Zephyr-4.1.0/drivers/dma/ |
D | dma_xilinx_axi_dma.c | 342 #error "No IRQ strategy selected in Kconfig!" 382 bool error = false; in dma_xilinx_axi_dma_channel_has_error() local 389 error = true; in dma_xilinx_axi_dma_channel_has_error() 396 error = true; in dma_xilinx_axi_dma_channel_has_error() 403 error = true; in dma_xilinx_axi_dma_channel_has_error() 410 error = true; in dma_xilinx_axi_dma_channel_has_error() 417 error = true; in dma_xilinx_axi_dma_channel_has_error() 424 error = true; in dma_xilinx_axi_dma_channel_has_error() 429 error = true; in dma_xilinx_axi_dma_channel_has_error() 434 error = true; in dma_xilinx_axi_dma_channel_has_error() [all …]
|
/Zephyr-4.1.0/drivers/flash/ |
D | flash_gd32.h | 26 #error "Invalid write-block-size value in FMC DTS"
|
/Zephyr-4.1.0/include/zephyr/arch/arm/mpu/ |
D | arm_mpu.h | 17 #error "Unsupported ARM CPU"
|
/Zephyr-4.1.0/subsys/usb/device_next/ |
D | usbd_device.c | 371 goto error; in usbd_device_register_vreq() 376 goto error; in usbd_device_register_vreq() 386 goto error; in usbd_device_register_vreq() 392 error: in usbd_device_register_vreq()
|