Home
last modified time | relevance | path

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

/Zephyr-latest/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.c160 flags |= RESET_CLOCK; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_shell.c104 case RESET_CLOCK: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h63 #define RESET_CLOCK BIT(11) macro
/Zephyr-latest/samples/boards/nordic/system_off/src/
Dmain.c39 } else if (reset_cause & RESET_CLOCK) { in print_reset_cause()
/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/
Dmain.c117 if (supported & RESET_CLOCK) { in print_supported_reset_cause()
188 if (*cause & RESET_CLOCK) { in print_current_reset_cause()