Home
last modified time | relevance | path

Searched refs:RESET_SECURITY (Results 1 – 7 of 7) 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_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_nrf.c153 flags |= RESET_SECURITY; in z_impl_hwinfo_get_reset_cause()
158 flags |= RESET_SECURITY; in z_impl_hwinfo_get_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_shell.c89 case RESET_SECURITY: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h53 #define RESET_SECURITY BIT(6) macro