/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/ci/ |
D | check_compliance.py | 159 def failure(self, text, msg=None, type_="failure"): member in ComplianceTest 224 self.failure(output) 398 self.failure(str(e)) 443 self.failure(f""" 458 self.failure(f""" 483 self.failure(f""" 507 self.failure("""\ 524 self.failure(f"Undefined Kconfig symbols:\n\n {undef_ref_warnings}") 593 self.failure(f""" 785 self.failure(f""" [all …]
|
/Zephyr-Core-3.5.0/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. 21 reporting a failure.
|
D | Kconfig | 5 prompt "Select the type of failure to test"
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/tfm_integration/psa_crypto/ |
D | CMakeLists.txt | 23 # insufficient memory failure while verifying signature. Increase it to 0x2400.
|
/Zephyr-Core-3.5.0/subsys/storage/stream/ |
D | Kconfig | 26 using the settings subsystem. In case of power failure or device
|
/Zephyr-Core-3.5.0/tests/kernel/common/ |
D | multilib.txt | 13 Sample failure output ("thumb" used on Cortex-M instead of "thumb2"):
|
/Zephyr-Core-3.5.0/subsys/net/lib/dns/ |
D | resolve.c | 819 int failure = 0; in cb_recv() local 834 failure++; in cb_recv() 838 if (failure) { in cb_recv() 839 NET_DBG("DNS cname query failed %d times", failure); in cb_recv() 841 if (failure == j) { in cb_recv() 1121 int failure = 0; in dns_resolve_name() local 1280 failure++; in dns_resolve_name() 1291 if (failure) { in dns_resolve_name() 1292 NET_DBG("DNS query failed %d times", failure); in dns_resolve_name() 1294 if (failure == j) { in dns_resolve_name()
|
/Zephyr-Core-3.5.0/subsys/sd/ |
D | Kconfig | 47 Number of times to retry initialization commands in case of failure 85 Number of times to retry sending data to SD card in case of failure
|
/Zephyr-Core-3.5.0/samples/boards/stm32/uart/single_wire/ |
D | README.rst | 29 After flashing the console output should not show any failure reports,
|
/Zephyr-Core-3.5.0/subsys/emul/ |
D | Kconfig | 23 approach 100% if all failure conditions are emulated.
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | Kconfig.nrf5 | 84 There are few cases where the frame reception failure can happen because of 87 This options enables logging the reason of frame reception failure.
|
/Zephyr-Core-3.5.0/dts/arm/st/f0/ |
D | stm32f071.dtsi | 42 * result in a build failure.
|
D | stm32f091.dtsi | 17 * result in a build failure.
|
D | stm32f030Xc.dtsi | 27 * result in a build failure.
|
D | stm32f070Xb.dtsi | 26 * result in a build failure.
|
/Zephyr-Core-3.5.0/tests/kernel/timer/starve/ |
D | README.txt | 14 without detecting a failure.
|
/Zephyr-Core-3.5.0/subsys/mgmt/osdp/ |
D | Kconfig.cp | 34 Time in seconds to wait after a command failure, and before retrying or
|
D | Kconfig | 89 Time in seconds to wait after a secure channel failure, and before
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | lwm2m.rst | 286 LOG_DBG("Bootstrap registration failure!"); 298 LOG_DBG("Registration failure!"); 314 LOG_DBG("Deregister failure!"); 563 Occurs if there is a timeout or failure in bootstrap registration. 577 Occurs if there is a failure in the registration. 591 no registration update failure event is generated. 601 Occurs if there is a timeout or failure in the deregistration.
|
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 55 before declaring a channel access failure (MAC PIB attribute:
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/lib/libc/newlib/ |
D | Kconfig | 30 newlib heap. An assertion failure message will be displayed during
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 27 watchdog failure occurs, the device increments this counter by 2. The
|