/Zephyr-latest/drivers/bbram/ |
D | bbram_emul.c | 43 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/ |
D | enum_mgmt.c | 201 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/tests/ztest/fail/ |
D | README.rst | 3 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.
|
D | Kconfig | 5 prompt "Select the type of failure to test"
|
/Zephyr-latest/tests/ctest/base/ |
D | CMakeLists.txt | 25 add_test(NAME failure COMMAND ${CMAKE_COMMAND} -E false) 26 set_property(TEST failure PROPERTY WILL_FAIL true)
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 171 def failure(self, text, msg=None, type_="failure"): member in ComplianceTest 217 …self.failure("Perl not installed - required for checkpatch.pl. Please install Perl or add to PATH.… 248 self.failure(output) 257 self.failure(output) 638 self.failure(str(e)) 798 self.failure(f""" 813 self.failure(f""" 838 self.failure(f""" 862 self.failure("""\ 879 self.failure(f"Undefined Kconfig symbols:\n\n {undef_ref_warnings}") [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | bbram.h | 243 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/ |
D | Kconfig | 47 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/ |
D | README.rst | 4 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/ |
D | multilib.txt | 13 Sample failure output ("thumb" used on Cortex-M instead of "thumb2"):
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 23 approach 100% if all failure conditions are emulated.
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 33 After flashing the console output should not show any failure reports,
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f071.dtsi | 42 * result in a build failure.
|
D | stm32f030Xc.dtsi | 27 * result in a build failure.
|
D | stm32f091.dtsi | 17 * result in a build failure.
|
D | stm32f070Xb.dtsi | 26 * result in a build failure.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.nrf5 | 76 There are few cases where the frame reception failure can happen because of 79 This options enables logging the reason of frame reception failure.
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | resolve.c | 305 int failure = 0; in dispatcher_cb() local 322 failure++; in dispatcher_cb() 326 if (failure) { in dispatcher_cb() 327 NET_DBG("DNS cname query failed %d times", failure); in dispatcher_cb() 329 if (failure == j) { in dispatcher_cb() 1497 int failure = 0; in dns_resolve_name_internal() local 1683 failure++; in dns_resolve_name_internal() 1694 if (failure) { in dns_resolve_name_internal() 1695 NET_DBG("DNS query failed %d times", failure); in dns_resolve_name_internal() 1697 if (failure == j) { in dns_resolve_name_internal()
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 14 without detecting a failure.
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 34 Time in seconds to wait after a command failure, and before retrying or
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 55 before declaring a channel access failure (MAC PIB attribute:
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 225 * :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/ |
D | Kconfig.nxp_fs26 | 27 watchdog failure occurs, the device increments this counter by 2. The
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 59 using the settings subsystem. In case of power failure or device
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 30 newlib heap. An assertion failure message will be displayed during
|