Home
last modified time | relevance | path

Searched defs:error (Results 101 – 125 of 139) sorted by relevance

123456

/Zephyr-latest/drivers/can/
Dcan_common.c26 static void can_tx_default_cb(const struct device *dev, int error, void *user_data) in can_tx_default_cb()
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c129 static void verify_tx_error(enum ec_host_cmd_status error) in verify_tx_error()
/Zephyr-latest/drivers/i2c/
Di2c_mcux_lpi2c_rtio.c293 int error; in mcux_lpi2c_init() local
Di2c_xilinx_axi.c617 int error; in i2c_xilinx_axi_init() local
Di2c_omap.c386 int error = 0; in i2c_omap_recover_bus() local
Di2c_bcm_iproc.c894 int error; in iproc_i2c_init() local
/Zephyr-latest/subsys/fs/
Dlittlefs_fs.c101 static int lfs_to_errno(int error) in lfs_to_errno()
136 static int errno_to_lfs(int error) in errno_to_lfs()
/Zephyr-latest/drivers/serial/
Duart_cc13xx_cc26xx.c83 int error = (flags & UART_RXERROR_FRAMING ? UART_ERROR_FRAMING : 0) | in uart_cc13xx_cc26xx_err_check() local
/Zephyr-latest/drivers/sensor/fcx_mldx5/
Dfcx_mldx5.c129 uint8_t error; in fcx_mldx5_frame_check_error() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.h112 void (*error)(uint8_t reason); member
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py155 def error(text): function
/Zephyr-latest/drivers/video/
Dvideo_esp32_dvp.c144 int error = 0; in video_esp32_set_stream() local
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py369 def error(self): member in ExecutionCounter
374 def error(self, value): member in ExecutionCounter
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp288 int error; in open() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c1011 static void cancel_requests_with(struct coap_client *client, int error) in cancel_requests_with()
/Zephyr-latest/tests/kernel/context/src/
Dmain.c86 int error; /* error value (if any) */ member
/Zephyr-latest/drivers/adc/
Dadc_stm32.c1172 int error; local
1191 int error; local
/Zephyr-latest/arch/x86/
Dgen_mmu.py128 def error(text): function
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c78 static void error_response(int error) in error_response()
/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c41 uint8_t error; member
/Zephyr-latest/drivers/sdhc/
Dimx_usdhc.c440 status_t error; in imx_usdhc_transfer() local
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c44 static int getErrno(_i32 error) in getErrno()
/Zephyr-latest/drivers/spi/
Dspi_max32.c751 static void spi_max32_callback(mxc_spi_req_t *req, int error) in spi_max32_callback()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c365 static void socket_fault_cb(int error) in socket_fault_cb()
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h40 uint8_t error; member

123456