Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_smartbond.c24 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
56 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_cc13xx_cc26xx.c66 *cause = RESET_PIN; in z_impl_hwinfo_get_reset_cause()
91 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_rpi_pico.c66 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()
Dhwinfo_esp32.c54 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
73 *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_silabs_series2.c78 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()
Dhwinfo_andes.c80 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
117 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_ambiq.c60 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
130 *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()
116 | 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.c78 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
189 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_nrf.c102 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()
205 *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.c71 case RESET_PIN: in cause_to_string()
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/src/
Dmain.c105 if (cause == (RESET_PIN | RESET_BROWNOUT)) { in main()
109 if (cause == RESET_PIN) { in main()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h41 #define RESET_PIN BIT(0) macro
/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/
Dmain.c62 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()
/Zephyr-latest/drivers/mfd/
Dmfd_npm2100.c32 #define RESET_PIN 0xD3U macro
214 ret = i2c_reg_write_byte_dt(&config->i2c, RESET_PIN, 1U); in config_shphold()