Home
last modified time | relevance | path

Searched refs:cause (Results 26 – 50 of 150) sorted by relevance

123456

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_mcux_src.c18 int z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause() argument
95 *cause = flags; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_weak_impl.c19 int __weak z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause() argument
Dhwinfo_gecko.c35 int z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause() argument
152 *cause = flags; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_nrf.c67 int z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause() argument
162 *cause = flags; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_stm32.c67 int z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause() argument
159 *cause = flags; in z_impl_hwinfo_get_reset_cause()
/Zephyr-latest/include/zephyr/arch/mips/
Dexception.h50 unsigned long cause; member
/Zephyr-latest/drivers/watchdog/
Dwdt_xilinx_axi.c215 int z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause() argument
224 *cause = RESET_WATCHDOG; in z_impl_hwinfo_get_reset_cause()
226 *cause = 0; in z_impl_hwinfo_get_reset_cause()
/Zephyr-latest/soc/nordic/nrf52/
DCMakeLists.txt13 …UND disabled with SPIS, SPIM, TWIM or PWM enabled. This will occasionally cause the first byte tra…
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dtriggers.rst7 generated events. Typically sensors allow setting up these events to cause
/Zephyr-latest/drivers/wifi/nrf_wifi/
DCMakeLists.txt66 # These are XIP related anomalies and aren't applicable for nRF7002 and cause
70 # nRF70 QSPI doesn't use 192MHz clock and most samples use 128MHz, this can cause anomaly 159
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/
DREADME.rst25 usbc connection will cause the LED to turn blue. The LED will turn green instead
/Zephyr-latest/soc/native/inf_clock/
DKconfig.soc10 infinite loop in the code which does not sleep the CPU will cause the process
/Zephyr-latest/arch/mips/core/offsets/
Doffsets.c50 GEN_OFFSET_STRUCT(arch_esf, cause);
/Zephyr-latest/arch/nios2/
DKconfig59 the cause code for an exception will be supplemented by a string
60 describing what that cause code means.
/Zephyr-latest/drivers/serial/
DKconfig.altera23 Enabling this will cause the transmitter to wait for rising edge of CTS before sending.
/Zephyr-latest/boards/phytec/phyboard_pollux/
Dphyboard_pollux_mimx8ml8_m7.dts27 * BSP-Linux standard output. Can cause problems if used with standard bsp
/Zephyr-latest/tests/benchmarks/posix/threads/
DKconfig21 cause a crash.
/Zephyr-latest/cmake/compiler/xt-clang/
Dcompiler_flags.cmake28 # Clear the related flag(s) here so it won't cause issues.
/Zephyr-latest/arch/riscv/core/
Dfatal.c55 const char *z_riscv_mcause_str(unsigned long cause) in z_riscv_mcause_str() argument
77 return mcause_str[MIN(cause, ARRAY_SIZE(mcause_str) - 1)]; in z_riscv_mcause_str()
/Zephyr-latest/cmake/modules/
Dpython.cmake25 # cause just using find_program directly could result in a python2.7 as python,
/Zephyr-latest/subsys/logging/
DCMakeLists.txt58 # as this is causing CI failures. Actual root-cause is TBD.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_win.rst17 Windows 10 version 1803 has an issue that will cause CMake to not work
/Zephyr-latest/subsys/pm/policy/
DKconfig30 that when the system transition to them, cause power loss in the device.
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig62 Downloading the wrong image will cause a bricked device.
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/doc/
Dindex.rst53 brightness. Having all of the LEDs on at once can cause the PCB to overheat

123456