Searched full:causes (Results 1 – 25 of 150) sorted by relevance
123456
/Zephyr-latest/dts/bindings/power/ |
D | nxp,rw-pmu.yaml | 11 reset-causes-en: 14 List reset causes to enable, using bitmasks of SYS_RESET registers.
|
D | nxp,s32-mc-rgm.yaml | 22 resets that causes a Destructive reset, if the FRET register isn't
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_shell.c | 171 shell_error(sh, "Error clearing the reset causes [%d]", res); in cmd_clear_reset_cause() 191 shell_error(sh, "Could not get the supported reset causes [%d]", res); in cmd_supported_reset_cause() 196 shell_print(sh, "supported reset causes:"); in cmd_supported_reset_cause() 199 shell_print(sh, "No causes supported"); in cmd_supported_reset_cause() 206 SHELL_CMD_ARG(show, NULL, "Show persistent reset causes", 208 SHELL_CMD_ARG(clear, NULL, "Clear all persistent reset causes", 211 "Get a list of all supported reset causes",
|
D | hwinfo_rw61x.c | 14 * Technically all the reset causes are already cleared by the ROM, but we will
|
/Zephyr-latest/lib/cpp/minimal/ |
D | cpp_vtable.cpp | 24 void __class_type_info::dummy() { } // causes the vtable to get created here in dummy() 25 void __si_class_type_info::dummy() { } // causes the vtable to get created here in dummy()
|
/Zephyr-latest/dts/bindings/fs/ |
D | zephyr,fstab-common.yaml | 42 This causes the FS_MOUNT_FLAG_NO_FORMAT option to be set in the 50 This causes the FS_MOUNT_FLAG_USE_DISK_ACCESS option to be set in
|
/Zephyr-latest/tests/kernel/fatal/exception/ |
D | README | 3 If a thread causes a CPU exception, and it is not in an ISR or "essential"
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/configs/ |
D | config_tfm.h | 8 * It causes insufficient memory failure while verifying signature.
|
/Zephyr-latest/include/zephyr/drivers/flash/ |
D | stm32_flash_api_extensions.h | 38 * This operation causes option register to be locked until next boot. 46 * This operation causes control register to be locked until next boot.
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_npm1300.c | 91 /* Watchdog expiry causes warn event only, and does not reset */ in wdt_npm1300_install_timeout() 95 /* Watchdog expiry causes warn event, then asserts reset output */ in wdt_npm1300_install_timeout() 99 /* Watchdog expiry causes warn event, then full power cycle */ in wdt_npm1300_install_timeout()
|
D | wdt_npm2100.c | 80 /* Watchdog expiry causes event only, and does not reset */ in wdt_npm2100_install_timeout() 88 /* Watchdog expiry causes full power cycle */ in wdt_npm2100_install_timeout()
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/include/ |
D | device_cfg.h | 12 /* ARRAY_SIZE causes a conflict as it is defined both by TF-M and indirectly by devicetree.h */
|
D | RTE_Device.h | 12 /* ARRAY_SIZE causes a conflict as it is defined both by TF-M and indirectly by devicetree.h */
|
/Zephyr-latest/include/zephyr/arch/arc/ |
D | arc_addr_types.h | 15 * This causes extra warnings. However we can safely define
|
/Zephyr-latest/tests/subsys/rtio/rtio_api/ |
D | testcase.yaml | 2 # renode causes timeouts unfortunately
|
/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_kbc.h | 73 * SETGA20L - writes of any data to this register causes 81 * RSTGA20L - writes of any data to this register causes
|
/Zephyr-latest/tests/posix/net/ |
D | testcase.yaml | 12 # native_posix and native_sim link to if_*() from the host libc which causes the test to crash
|
/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | soc.h | 20 * into negative IRQ values, which causes hard-to-debug Hard Faults.
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | Kconfig.winc1500 | 24 This option, when enabled, causes USE_OLD_SPI_SW
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | bossa.c | 14 * Magic value that causes the bootloader to stay in bootloader mode instead of
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 8 /* Frame buffer memory when cached causes screen flickering. */
|
/Zephyr-latest/tests/kernel/common/ |
D | testcase.yaml | 74 # CONFIG_CODE_DATA_RELOCATION causes a build error (issue #69730)
|
/Zephyr-latest/tests/kernel/interrupt/ |
D | testcase.yaml | 78 # CONFIG_CODE_DATA_RELOCATION causes a build error (issue #69730)
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tsl2591.h | 50 * Setting this to 0 causes an interrupt to generate every ALS cycle,
|
/Zephyr-latest/dts/bindings/pwm/ |
D | infineon,cat1-pwm.yaml | 55 Causes integer division of (divider value + 1), or division by 1 to 256
|
123456