Home
last modified time | relevance | path

Searched refs:error (Results 151 – 175 of 1189) sorted by relevance

12345678910>>...48

/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/samples/net/tftp_client/src/
Dtftp-client.c30 evt->param.error.code, in tftp_event_callback()
31 evt->param.error.msg); in tftp_event_callback()
/Zephyr-latest/drivers/sensor/st/vl53l0x/
Dvl53l0x_types.h23 #error "Error NULL definition should be done. Please add required include "
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_types.h21 #error "Error NULL definition should be done. Please add required include "
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt19 Error and not an additional Data Access Violation error with a
67 Caught system error -- reason 0
74 Caught system error -- reason 1
83 Caught system error -- reason 3
92 Caught system error -- reason 4
104 Caught system error -- reason 4
116 Caught system error -- reason 0
125 Caught system error -- reason 2
138 Caught system error -- reason 0
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn_meta.h10 #error Please define struct lll_conn_meta when enabling BT_CTLR_CONN_META
Dlll_meta.h11 #error Please define typedef struct lll_rx_pdu_meta_t when enabling \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn_meta.h10 #error Please define struct lll_conn_meta when enabling BT_CTLR_CONN_META
Dlll_meta.h11 #error Please define typedef struct lll_rx_pdu_meta_t when enabling \
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst84 it partially overrides the current frame with an error-frame.
85 Error-frames can either be error passive or error active, depending on the state
87 In case the controller is in error active state, it sends six consecutive
97 After initialization, the node is in the error-active state. In this state, the
98 node is allowed to send active error frames, ACK, and overload frames.
99 Every node has a receive- and transmit-error counter.
100 If either the receive- or the transmit-error counter exceeds 127,
101 the node changes to error-passive state.
102 In this state, the node is not allowed to send error-active frames anymore.
103 If the transmit-error counter increases further to 255, the node changes to the
[all …]
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c125 int error = 0; in nsi_cmd_read_option_value() local
143 error = 1; in nsi_cmd_read_option_value()
171 if (!error && endptr && *endptr != 0) { in nsi_cmd_read_option_value()
172 error = 1; in nsi_cmd_read_option_value()
175 if (error) { in nsi_cmd_read_option_value()
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst47 Error numbers are used throughout Zephyr APIs to signal error conditions as
52 A subset of the error numbers defined in the `POSIX errno.h specification`_ and
56 error numbers consistent with the different implementations of the C standard
58 against that of the :ref:`Newlib <c_library_newlib>` to ensure that the error
61 Below is a list of the error number definitions. For the actual numeric values
/Zephyr-latest/soc/espressif/common/include/gdbstub/
Dsoc.h13 #error "Must be included after arch/xtensa/gdbstub.h"
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c515 goto error; in airoc_mgmt_connect()
521 goto error; in airoc_mgmt_connect()
538 goto error; in airoc_mgmt_connect()
544 goto error; in airoc_mgmt_connect()
550 goto error; in airoc_mgmt_connect()
559 goto error; in airoc_mgmt_connect()
562 error: in airoc_mgmt_connect()
630 goto error; in airoc_mgmt_ap_enable()
636 goto error; in airoc_mgmt_ap_enable()
644 goto error; in airoc_mgmt_ap_enable()
[all …]
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool.h26 #error "Unknown toolchain"
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py81 raise self.error(f'Unknown tool {tool}; choose from: {self.TOOLS}')
84 raise self.error('Both app and zephyr-app options were given.')
87 raise self.error('Both build-dir and build-dir-fmt options were given.')
90 raise self.error('build-dir-fmt is only supported for the west build tool.')
93 raise self.error(f'Unknown generator {generator}; choose from: {self.GENERATORS}')
96 raise self.error(f'Unknown host-os {host_os}; choose from: {self.HOST_OS}')
99 raise self.error('Both compact and maybe-skip-config options were given.')
106 raise self.error(
/Zephyr-latest/drivers/adc/
Dadc_mchp_xec.c252 int error; in adc_xec_read() local
255 error = adc_xec_start_read(dev, sequence); in adc_xec_read()
256 adc_context_release(&data->ctx, error); in adc_xec_read()
258 return error; in adc_xec_read()
267 int error; in adc_xec_read_async() local
270 error = adc_xec_start_read(dev, sequence); in adc_xec_read_async()
271 adc_context_release(&data->ctx, error); in adc_xec_read_async()
273 return error; in adc_xec_read_async()
/Zephyr-latest/soc/atmel/sam0/samd20/
Dsoc.h53 #error Library does not support the specified device.
88 #error Unsupported GCLK1 clock source.
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_private_addr/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_scan_own_addr/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/
DCMakeLists.txt7 # Suppress the format-zero-length error if GNUC is used
9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)

12345678910>>...48