Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_rw61x.c36 RESET_SECURITY | in z_impl_hwinfo_get_supported_reset_cause()
68 *cause = RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_mcux_src_rev2.c65 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
96 | RESET_SECURITY in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_silabs_series2.c105 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
122 RESET_SECURITY | RESET_LOW_POWER_WAKE | RESET_CPU_LOCKUP; in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_src.c48 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
129 | RESET_SECURITY in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_stm32.c113 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
192 | RESET_SECURITY in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_nrf.c180 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
185 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_shell.c89 case RESET_SECURITY: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h53 #define RESET_SECURITY BIT(6) macro
/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/
Dmain.c92 if (supported & RESET_SECURITY) { in print_supported_reset_cause()
173 if (*cause & RESET_SECURITY) { in print_current_reset_cause()