Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_rpi_pico.c16 #define HAD_POR_BIT BIT(VREG_AND_CHIP_RESET_CHIP_RESET_HAD_POR_LSB) macro
46 if (reset_register & HAD_POR_BIT) { in z_impl_hwinfo_get_reset_cause()