Lines Matching full:reset
36 * @name Reset cause flags
42 /** Software reset */
46 /** Power-on reset (POR) */
64 /** Hardware reset */
66 /** User reset */
68 /** Temperature reset */
115 * @brief Retrieve cause of device reset.
117 * @param cause OR'd @ref reset_cause "reset cause" flags
119 * This routine retrieves the flags that indicate why the device was reset.
121 * On some platforms the reset cause flags accumulate between successive resets
122 * and this routine may return multiple flags indicating all reset causes
124 * the most recent reset call `hwinfo_clear_reset_cause` after calling this
125 * routine to clear the hardware flags before the next reset event.
139 * @brief Clear cause of device reset.
141 * Clears reset cause flags.
152 * @brief Get supported reset cause flags
154 * @param supported OR'd @ref reset_cause "reset cause" flags that are supported