Home
last modified time | relevance | path

Searched refs:RESET_LOW_POWER_WAKE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_stm32.c133 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
139 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
143 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
147 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
151 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
155 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
193 | RESET_LOW_POWER_WAKE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_nrf.c83 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
99 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
104 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
182 | RESET_LOW_POWER_WAKE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_sam_rstc.c27 *cause = RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
48 | RESET_LOW_POWER_WAKE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_gecko.c72 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
78 flags |= RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
171 | RESET_LOW_POWER_WAKE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_esp32.c57 | RESET_LOW_POWER_WAKE in z_impl_hwinfo_get_supported_reset_cause()
84 *cause = RESET_LOW_POWER_WAKE; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_mcux_rcm.c28 mask |= RESET_LOW_POWER_WAKE; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_shell.c92 case RESET_LOW_POWER_WAKE: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h55 #define RESET_LOW_POWER_WAKE BIT(7) macro
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/src/
Dmain.c100 if (cause == RESET_LOW_POWER_WAKE) { in main()