Home
last modified time | relevance | path

Searched refs:RESET_CLOCK (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/drivers/hwinfo/
Dhwinfo_cc13xx_cc26xx.c74 *cause = RESET_CLOCK; in z_impl_hwinfo_get_reset_cause()
95 | RESET_CLOCK); in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_rcm.c38 mask |= RESET_CLOCK; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_nrf.c134 flags |= RESET_CLOCK; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_shell.c104 case RESET_CLOCK: in cause_to_string()
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dhwinfo.h63 #define RESET_CLOCK BIT(11) macro