Home
last modified time | relevance | path

Searched refs:RESET_TEMPERATURE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_mcux_src_rev2.c68 flags |= RESET_TEMPERATURE; in z_impl_hwinfo_get_reset_cause()
92 | RESET_TEMPERATURE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_src.c87 flags |= RESET_TEMPERATURE; in z_impl_hwinfo_get_reset_cause()
113 | RESET_TEMPERATURE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_shell.c86 case RESET_TEMPERATURE: in cause_to_string()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dhwinfo.h67 #define RESET_TEMPERATURE BIT(14) macro