Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-latest/drivers/bbram/
Dbbram_emul.c43 int bbram_emul_set_standby_power_state(const struct device *dev, bool failure) in bbram_emul_set_standby_power_state() argument
47 data->status.standby_failure = failure; in bbram_emul_set_standby_power_state()
51 int bbram_emul_set_power_state(const struct device *dev, bool failure) in bbram_emul_set_power_state() argument
55 data->status.power_failure = failure; in bbram_emul_set_power_state()
71 bool failure = data->status.standby_failure; in bbram_emul_check_standby_power() local
74 return failure; in bbram_emul_check_standby_power()
80 bool failure = data->status.power_failure; in bbram_emul_check_power() local
83 return failure; in bbram_emul_check_power()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/src/
Denum_mgmt.c201 goto failure; in enum_mgmt_list()
207 goto failure; in enum_mgmt_list()
212 failure: in enum_mgmt_list()
347 goto failure; in enum_mgmt_details()
363 goto failure; in enum_mgmt_details()
399 goto failure; in enum_mgmt_details()
409 goto failure; in enum_mgmt_details()
415 goto failure; in enum_mgmt_details()
432 goto failure; in enum_mgmt_details()
438 failure: in enum_mgmt_details()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py172 def failure(self, text, msg=None, type_="failure"): member in ComplianceTest
236 self.failure(output)
245 self.failure(output)
493 self.failure(str(e))
643 self.failure(str(e))
725 self.failure(f"""
740 self.failure(f"""
765 self.failure(f"""
789 self.failure("""\
806 self.failure(f"Undefined Kconfig symbols:\n\n {undef_ref_warnings}")
[all …]
/Zephyr-latest/tests/ztest/fail/
DREADME.rst3 Ztest framework failure tests
9 In order to test the actual framework's failure cases, this test suite has to do something unique.
22 reporting a failure.
DKconfig5 prompt "Select the type of failure to test"
/Zephyr-latest/include/zephyr/drivers/
Dbbram.h243 int bbram_emul_set_standby_power_state(const struct device *dev, bool failure);
254 int bbram_emul_set_power_state(const struct device *dev, bool failure);
/Zephyr-latest/subsys/sd/
DKconfig47 Number of times to retry initialization commands in case of failure
87 Number of times to retry sending command to SD card in case of failure
93 Number of times to retry sending data to SD card in case of failure
/Zephyr-latest/samples/boards/espressif/xt_wdt/
DREADME.rst4 Trigger watchdog interrupt on external 32K crystal failure.
13 The app will ask for the crystal removal to simulate a crystal failure and trigger
/Zephyr-latest/tests/kernel/common/
Dmultilib.txt13 Sample failure output ("thumb" used on Cortex-M instead of "thumb2"):
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst29 After flashing the console output should not show any failure reports,
/Zephyr-latest/subsys/emul/
DKconfig23 approach 100% if all failure conditions are emulated.
/Zephyr-latest/subsys/storage/stream/
DKconfig36 using the settings subsystem. In case of power failure or device
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c236 int failure = 0; in dispatcher_cb() local
253 failure++; in dispatcher_cb()
257 if (failure) { in dispatcher_cb()
258 NET_DBG("DNS cname query failed %d times", failure); in dispatcher_cb()
260 if (failure == j) { in dispatcher_cb()
1349 int failure = 0; in dns_resolve_name() local
1529 failure++; in dns_resolve_name()
1540 if (failure) { in dns_resolve_name()
1541 NET_DBG("DNS query failed %d times", failure); in dns_resolve_name()
1543 if (failure == j) { in dns_resolve_name()
/Zephyr-latest/dts/arm/st/f0/
Dstm32f071.dtsi42 * result in a build failure.
Dstm32f091.dtsi17 * result in a build failure.
Dstm32f030Xc.dtsi27 * result in a build failure.
Dstm32f070Xb.dtsi26 * result in a build failure.
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf584 There are few cases where the frame reception failure can happen because of
87 This options enables logging the reason of frame reception failure.
DKconfig.cc13xx_cc26xx36 before declaring a channel access failure.
/Zephyr-latest/tests/kernel/timer/starve/
DREADME.txt14 without detecting a failure.
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp34 Time in seconds to wait after a command failure, and before retrying or
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio55 before declaring a channel access failure (MAC PIB attribute:
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst225 * :github:`1474` - tests/net/ipv6_fragment build failure, missing testcase.yaml
369 * :github:`4050` - zephyr.git/tests/kernel/obj_validation/testcase.yaml#test :Evaluation failure
385 * :github:`4186` - tcf.git/examples/test_network_linux_zephyr.py#_test :Compilation failure
417 …`4424` - Turning on network debug message w/ LwM2M sample client will result in stack check failure
425 * :github:`4480` - Compilation failure for qemu_x86 with CONFIG_DEBUG_INFO=y
426 * :github:`4481` - Build failure with CONFIG_NET_DEBUG_APP=y
468 * :github:`4757` - kw41z-frdm: assertion failure while setting IRQ priority
471 * :github:`4766` - tests: mem_pool: Fixed memory pool test case failure on quark d2000
490 * :github:`4881` - device_get_binding() returns failure in sample/drivers/crypto
541 * :github:`5145` - samples/bluetooth: Connection failure on peripheral CSC with Arduino 101
/Zephyr-latest/drivers/watchdog/
DKconfig.nxp_fs2627 watchdog failure occurs, the device increments this counter by 2. The
/Zephyr-latest/lib/libc/newlib/
DKconfig30 newlib heap. An assertion failure message will be displayed during

1234