Home
last modified time | relevance | path

Searched refs:RESET_PIN (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.4.0/drivers/hwinfo/
Dhwinfo_rpi_pico.c51 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
71 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_esp32.c51 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
70 *cause = RESET_PIN; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_mcux_src_rev2.c50 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
93 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_nrf.c47 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
113 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_andes.c74 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
109 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_src.c27 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
110 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_gecko.c48 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
165 *supported = RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_stm32.c58 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
165 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_rcm.c53 mask |= RESET_PIN; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_shell.c44 case RESET_PIN: in cause_to_string()
/Zephyr-Core-3.4.0/samples/boards/stm32/power_mgmt/standby_shutdown/src/
Dmain.c104 if (cause == (RESET_PIN | RESET_BROWNOUT)) { in main()
108 if (cause == RESET_PIN) { in main()
/Zephyr-Core-3.4.0/include/zephyr/drivers/
Dhwinfo.h33 #define RESET_PIN BIT(0) macro