Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 183) sorted by relevance

12345678

/Zephyr-latest/tests/kernel/timer/timer_monotonic/src/
Dmain.c54 uint32_t i, errors; in ZTEST() local
57 errors = 0U; in ZTEST()
73 errors++; in ZTEST()
78 zassert_false(errors, "errors = %d\n", errors); in ZTEST()
/Zephyr-latest/drivers/serial/
Duart_wch_usart.c101 enum uart_rx_stop_reason errors = 0; in usart_wch_err_check() local
104 errors |= UART_ERROR_PARITY; in usart_wch_err_check()
107 errors |= UART_ERROR_FRAMING; in usart_wch_err_check()
110 errors |= UART_ERROR_NOISE; in usart_wch_err_check()
113 errors |= UART_ERROR_OVERRUN; in usart_wch_err_check()
116 return errors; in usart_wch_err_check()
Duart_psoc6.c157 int errors = 0; in uart_psoc6_err_check() local
160 errors |= UART_ERROR_OVERRUN; in uart_psoc6_err_check()
164 errors |= UART_ERROR_PARITY; in uart_psoc6_err_check()
168 errors |= UART_ERROR_FRAMING; in uart_psoc6_err_check()
171 return errors; in uart_psoc6_err_check()
Duart_renesas_rz_scif.c61 int errors = 0; in uart_rz_scif_err_check() local
64 errors |= UART_ERROR_OVERRUN; in uart_rz_scif_err_check()
67 errors |= UART_ERROR_PARITY; in uart_rz_scif_err_check()
70 errors |= UART_ERROR_FRAMING; in uart_rz_scif_err_check()
73 return errors; in uart_rz_scif_err_check()
Dusart_gd32.c140 int errors = 0; in usart_gd32_err_check() local
145 errors |= UART_ERROR_OVERRUN; in usart_gd32_err_check()
151 errors |= UART_ERROR_PARITY; in usart_gd32_err_check()
157 errors |= UART_ERROR_FRAMING; in usart_gd32_err_check()
162 return errors; in usart_gd32_err_check()
Duart_sam.c80 int errors = 0; in uart_sam_err_check() local
83 errors |= UART_ERROR_OVERRUN; in uart_sam_err_check()
87 errors |= UART_ERROR_PARITY; in uart_sam_err_check()
91 errors |= UART_ERROR_FRAMING; in uart_sam_err_check()
96 return errors; in uart_sam_err_check()
Dusart_sam.c81 int errors = 0; in usart_sam_err_check() local
84 errors |= UART_ERROR_OVERRUN; in usart_sam_err_check()
88 errors |= UART_ERROR_PARITY; in usart_sam_err_check()
92 errors |= UART_ERROR_FRAMING; in usart_sam_err_check()
95 return errors; in usart_sam_err_check()
Duart_ifx_cat1.c188 int errors = 0; in ifx_cat1_uart_err_check() local
191 errors |= UART_ERROR_OVERRUN; in ifx_cat1_uart_err_check()
195 errors |= UART_ERROR_PARITY; in ifx_cat1_uart_err_check()
199 errors |= UART_ERROR_FRAMING; in ifx_cat1_uart_err_check()
202 return errors; in ifx_cat1_uart_err_check()
/Zephyr-latest/modules/canopennode/
DCO_driver.c253 CANmodule->errors = 0; in CO_CANmodule_init()
466 uint32_t errors; in CO_CANverifyErrors() local
481 errors = ((uint32_t)err_cnt.tx_err_cnt << 16) | in CO_CANverifyErrors()
485 if (errors != CANmodule->errors) { in CO_CANverifyErrors()
486 CANmodule->errors = errors; in CO_CANverifyErrors()
491 CO_EMC_BUS_OFF_RECOVERED, errors); in CO_CANverifyErrors()
494 CO_errorReset(em, CO_EM_CAN_TX_BUS_OFF, errors); in CO_CANverifyErrors()
500 CO_EMC_NO_ERROR, errors); in CO_CANverifyErrors()
504 errors); in CO_CANverifyErrors()
510 CO_EMC_CAN_PASSIVE, errors); in CO_CANverifyErrors()
[all …]
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp404 static void tlsCredtErrMsg(string &errors, const int status);
457 string errors; in loadCertificateFromBuffer() local
458 tlsCredtErrMsg(errors, status); in loadCertificateFromBuffer()
459 throw TSSLException("tls_credential_add: " + errors); in loadCertificateFromBuffer()
474 string errors; in loadPrivateKey() local
476 throw TSSLException("SSL_CTX_use_PrivateKey_file: " + errors); in loadPrivateKey()
493 string errors; in loadPrivateKeyFromBuffer() local
494 tlsCredtErrMsg(errors, status); in loadPrivateKeyFromBuffer()
495 throw TSSLException("SSL_CTX_use_PrivateKey: " + errors); in loadPrivateKeyFromBuffer()
509 string errors; in loadTrustedCertificates() local
[all …]
/Zephyr-latest/tests/drivers/uart/uart_emul/src/
Dbus.c127 int errors; in ZTEST_F() local
130 errors = uart_err_check(fixture->dev); in ZTEST_F()
131 zassert_equal(errors, (UART_ERROR_PARITY | UART_ERROR_FRAMING), "UART errors do not match"); in ZTEST_F()
134 errors = uart_err_check(fixture->dev); in ZTEST_F()
135 zassert_equal(errors, 0, "Should be no errors"); in ZTEST_F()
139 errors = uart_err_check(fixture->dev); in ZTEST_F()
140 zassert_equal(errors, 0, "Should be no errors"); in ZTEST_F()
142 errors = uart_err_check(fixture->dev); in ZTEST_F()
143 zassert_equal(errors, UART_ERROR_OVERRUN, "UART errors do not match"); in ZTEST_F()
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py161 errors = 0
196 errors += 1
225 errors += 1
231 errors += 1
242 errors += 1
293 sys.exit(errors != 0)
/Zephyr-latest/samples/net/capture/
DREADME.rst60 RX errors 0 dropped 0 overruns 0 frame 0
62 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
69 RX errors 0 dropped 0 overruns 0 frame 0
71 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
78 RX errors 0 dropped 0 overruns 0 frame 0
80 TX errors 8 dropped 8 overruns 0 carrier 8 collisions 0
87 RX errors 0 dropped 0 overruns 0 frame 0
89 TX errors 7 dropped 0 overruns 0 carrier 0 collisions 0
96 RX errors 0 dropped 0 overruns 0 frame 0
98 TX errors 7 dropped 7 overruns 0 carrier 0 collisions 0
/Zephyr-latest/share/sysbuild/build/
DKconfig6 bool "Treat warnings as errors"
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py81 fails, passes, errors, skips = stats
106 errors += 1
130 return (fails, passes, errors, skips)
160 errors="0", skipped="0")
169 fails = passes = errors = skips = 0
182 fails, passes, errors, skips = self.xunit_testcase(eleTestsuite,
184 (fails, passes, errors, skips), log, True)
186 total = errors + passes + fails + skips
235 errors="0", skipped="0")
242 fails = passes = errors = skips = 0
[all …]
/Zephyr-latest/doc/hardware/peripherals/edac/
Dindex.rst6 Error Detection And Correction is a mechanism used to detect and correct errors
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_emul.h92 void uart_emul_set_errors(const struct device *dev, int errors);
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dplugin_test.py59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
/Zephyr-latest/tests/bsim/
Dgenerate_coverage_report.sh52 ${OUTPUT_DIR}/lcov_html -q --ignore-errors source --branch-coverage --highlight --legend
/Zephyr-latest/tests/net/lib/http_header_fields/
DREADME22 No errors detected
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c447 regulator_error_flags_t errors; in cmd_errors() local
458 ret = regulator_get_error_flags(dev, &errors); in cmd_errors()
465 ((errors & REGULATOR_ERROR_OVER_VOLTAGE) != 0U) ? "X" in cmd_errors()
468 ((errors & REGULATOR_ERROR_OVER_CURRENT) != 0U) ? "X" in cmd_errors()
471 ((errors & REGULATOR_ERROR_OVER_TEMP) != 0U) ? "X" : " "); in cmd_errors()
595 SHELL_CMD_ARG(errors, &dsub_device_name,
/Zephyr-latest/samples/shields/npm6001_ek/src/
Dmain.c273 regulator_error_flags_t errors; in cmd_regulator_errors() local
284 ret = regulator_get_error_flags(dev, &errors); in cmd_regulator_errors()
291 ((errors & REGULATOR_ERROR_OVER_CURRENT) != 0U) ? "X" : " "); in cmd_regulator_errors()
293 ((errors & REGULATOR_ERROR_OVER_TEMP) != 0U) ? "X" : " "); in cmd_regulator_errors()
474 SHELL_CMD_ARG(errors, NULL, "Get active errors",
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst77 rx errors: 0
78 tx errors: 0
83 bit errors: 0
84 bit0 errors: 0
85 bit1 errors: 0
86 stuff errors: 0
87 crc errors: 0
88 form errors: 0
89 ack errors: 0
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py243 self.errors = 0
269 if not self.errors:
273 self.errors += 1
357 if validator.errors:
/Zephyr-latest/drivers/i2c/
DKconfig.sc18im70426 Verify the I2C state register after I2C transfers to detect errors.

12345678