Home
last modified time | relevance | path

Searched refs:error (Results 376 – 400 of 1189) sorted by relevance

1...<<11121314151617181920>>...48

/Zephyr-4.1.0/drivers/sdhc/
Dmcux_sdif.c223 status_t error; in mcux_sdif_transfer() local
292 error = SDIF_TransferNonBlocking(config->base, in mcux_sdif_transfer()
295 error = SDIF_TransferNonBlocking(config->base, in mcux_sdif_transfer()
298 } while (error == kStatus_SDIF_SyncCmdTimeout && cmd->timeout_ms--); in mcux_sdif_transfer()
300 if (error != kStatus_Success) { in mcux_sdif_transfer()
/Zephyr-4.1.0/tests/lib/gui/lvgl/src/
Dmain.c27 #error "No disk device defined, is your board supported?"
116 #error "No display pixel format defined, is your board supported?" in setup_lvgl()
/Zephyr-4.1.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_oma_tlv.c231 goto error; in oma_tlv_get()
240 goto error; in oma_tlv_get()
250 goto error; in oma_tlv_get()
265 goto error; in oma_tlv_get()
283 error: in oma_tlv_get()
845 goto error; in do_write_op_tlv_item()
850 goto error; in do_write_op_tlv_item()
861 goto error; in do_write_op_tlv_item()
865 goto error; in do_write_op_tlv_item()
877 error: in do_write_op_tlv_item()
/Zephyr-4.1.0/samples/drivers/mbox/remote/src/
Dmain.c12 #error "At least one of CONFIG_RX_ENABLED or CONFIG_TX_ENABLED must be set"
/Zephyr-4.1.0/samples/boards/espressif/flash_encryption/src/
Dmain.c21 #error Flash encryption feature is only available for ESP32 SOC yet.
/Zephyr-4.1.0/samples/boards/espressif/light_sleep/src/
Dmain.c20 #error "unsupported board: sw0 devicetree alias is not defined"
/Zephyr-4.1.0/arch/arm/core/cortex_m/
Dvector_table.S74 #error Unknown ARM architecture
/Zephyr-4.1.0/subsys/net/ip/
Dtp.c557 int error; in tp_encode() local
559 error = json_obj_encode_buf(tp_descr, ARRAY_SIZE(tp_descr), tp, in tp_encode()
561 if (error) { in tp_encode()
565 *data_len = error ? 0 : strlen(data); in tp_encode()
571 int error = json_obj_encode_buf(tp_new_dsc, ARRAY_SIZE(tp_new_dsc), tp, in tp_new_to_json() local
573 if (error) { in tp_new_to_json()
577 *data_len = error ? 0 : strlen(data); in tp_new_to_json()
/Zephyr-4.1.0/subsys/bluetooth/host/classic/
Dhfp_hf.c245 goto error; in cind_handle()
250 goto error; in cind_handle()
255 goto error; in cind_handle()
260 goto error; in cind_handle()
265 goto error; in cind_handle()
270 goto error; in cind_handle()
278 error: in cind_handle()
/Zephyr-4.1.0/samples/subsys/usb/uac2_explicit_feedback/src/
Dfeedback_nrf53.c281 int32_t error = SP - PV; in pi_update() local
315 ctx->integrator += error; in pi_update()
316 return (error + (ctx->integrator / 2048)) / 128; in pi_update()
/Zephyr-4.1.0/samples/drivers/can/counter/src/
Dmain.c48 void tx_irq_callback(const struct device *dev, int error, void *arg) in tx_irq_callback() argument
54 if (error != 0) { in tx_irq_callback()
56 error, sender); in tx_irq_callback()
/Zephyr-4.1.0/doc/kernel/services/threads/
Dsystem_threads.rst26 this means a fatal system error is raised if the thread aborts. If
28 return, the main thread terminates normally and no error is raised.
39 The idle thread is an essential thread, which means a fatal system error
/Zephyr-4.1.0/doc/services/resource_management/
Dindex.rst32 * The stable states are off, on, and error. The service always begins
36 a dependency). Supporting operations are reset (to clear an error
46 error state to off. Transitions must be invokable from both thread
71 changes, including when a service begins turning off or enters an error
/Zephyr-4.1.0/drivers/ethernet/nxp_imx_netc/
Deth_nxp_imx_netc.c251 goto error; in netc_eth_tx()
260 goto error; in netc_eth_tx()
270 goto error; in netc_eth_tx()
273 error: in netc_eth_tx()
/Zephyr-4.1.0/soc/microchip/mec/mec15xx/
Dsoc.c65 #pragma error "TRACE DATA are not exposed in HW connector" in configure_debug_interface()
/Zephyr-4.1.0/soc/st/stm32/stm32h7rsx/
Dsoc.c47 #error Unsupported configuration: Selected SoC do not support SMPS in soc_early_init_hook()
/Zephyr-4.1.0/tests/kernel/mp/src/
Dmain.c12 #error Cannot test MP API if SMP is using the CPUs
/Zephyr-4.1.0/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_gpio_api.h27 #error Unsupported board
/Zephyr-4.1.0/dts/arm/nxp/
Dnxp_k66.dtsi30 interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning",
/Zephyr-4.1.0/samples/drivers/dac/src/
Dmain.c20 #error "Unsupported board: see README and check /zephyr,user node"
/Zephyr-4.1.0/arch/common/
Disr_tables.c69 #error "ARCH_IRQ_VECTOR_JUMP_CODE not defined"
/Zephyr-4.1.0/boards/
DCMakeLists.txt4 # error if it is missing
/Zephyr-4.1.0/include/zephyr/drivers/sensor/
Dccs811.h69 uint8_t error; member
/Zephyr-4.1.0/tests/subsys/edac/ibecc/
DREADME.rst6 Tests verify API and use error injection method to inject errors.
26 Injection capability. This helps to test the error checking, logging and
/Zephyr-4.1.0/drivers/flash/
Dflash_stm32f2x.c175 #error "Unknown flash layout"
187 #error "Unknown flash layout"

1...<<11121314151617181920>>...48