/Zephyr-4.1.0/drivers/sdhc/ |
D | mcux_sdif.c | 223 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/ |
D | main.c | 27 #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/ |
D | lwm2m_rw_oma_tlv.c | 231 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/ |
D | main.c | 12 #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/ |
D | main.c | 21 #error Flash encryption feature is only available for ESP32 SOC yet.
|
/Zephyr-4.1.0/samples/boards/espressif/light_sleep/src/ |
D | main.c | 20 #error "unsupported board: sw0 devicetree alias is not defined"
|
/Zephyr-4.1.0/arch/arm/core/cortex_m/ |
D | vector_table.S | 74 #error Unknown ARM architecture
|
/Zephyr-4.1.0/subsys/net/ip/ |
D | tp.c | 557 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/ |
D | hfp_hf.c | 245 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/ |
D | feedback_nrf53.c | 281 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/ |
D | main.c | 48 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/ |
D | system_threads.rst | 26 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/ |
D | index.rst | 32 * 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/ |
D | eth_nxp_imx_netc.c | 251 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/ |
D | soc.c | 65 #pragma error "TRACE DATA are not exposed in HW connector" in configure_debug_interface()
|
/Zephyr-4.1.0/soc/st/stm32/stm32h7rsx/ |
D | soc.c | 47 #error Unsupported configuration: Selected SoC do not support SMPS in soc_early_init_hook()
|
/Zephyr-4.1.0/tests/kernel/mp/src/ |
D | main.c | 12 #error Cannot test MP API if SMP is using the CPUs
|
/Zephyr-4.1.0/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_gpio_api.h | 27 #error Unsupported board
|
/Zephyr-4.1.0/dts/arm/nxp/ |
D | nxp_k66.dtsi | 30 interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning",
|
/Zephyr-4.1.0/samples/drivers/dac/src/ |
D | main.c | 20 #error "Unsupported board: see README and check /zephyr,user node"
|
/Zephyr-4.1.0/arch/common/ |
D | isr_tables.c | 69 #error "ARCH_IRQ_VECTOR_JUMP_CODE not defined"
|
/Zephyr-4.1.0/boards/ |
D | CMakeLists.txt | 4 # error if it is missing
|
/Zephyr-4.1.0/include/zephyr/drivers/sensor/ |
D | ccs811.h | 69 uint8_t error; member
|
/Zephyr-4.1.0/tests/subsys/edac/ibecc/ |
D | README.rst | 6 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/ |
D | flash_stm32f2x.c | 175 #error "Unknown flash layout" 187 #error "Unknown flash layout"
|