Searched refs:RESET_PIN (Results 1 – 18 of 18) sorted by relevance
24 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()56 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
66 *cause = RESET_PIN; in z_impl_hwinfo_get_reset_cause()91 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
66 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()98 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
54 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()73 *cause = RESET_PIN; in z_impl_hwinfo_get_reset_cause()
50 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()93 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
78 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()121 *supported = RESET_PIN | RESET_SOFTWARE | RESET_BROWNOUT | RESET_POR | RESET_WATCHDOG | in z_impl_hwinfo_get_supported_reset_cause()
80 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()117 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
60 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()130 *supported = RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
27 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()116 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
48 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()165 *supported = RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
78 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()189 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
102 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()205 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
53 mask |= RESET_PIN; in hwinfo_mcux_rcm_xlate_reset_sources()
71 case RESET_PIN: in cause_to_string()
105 if (cause == (RESET_PIN | RESET_BROWNOUT)) { in main()109 if (cause == RESET_PIN) { in main()
41 #define RESET_PIN BIT(0) macro
62 if (supported & RESET_PIN) { in print_supported_reset_cause()155 if (*cause & RESET_PIN) { in print_current_reset_cause()383 if (cause & RESET_PIN) { in main()
32 #define RESET_PIN 0xD3U macro214 ret = i2c_reg_write_byte_dt(&config->i2c, RESET_PIN, 1U); in config_shphold()