feat(pwr_glitch): Add power glitch support on esp32c5/esp32c61
This commit is contained in:
committed by
zhoupeng
parent
1662e28718
commit
e1423c53d5
@@ -24,6 +24,14 @@ void bootloader_ana_super_wdt_reset_config(bool enable);
|
||||
*/
|
||||
void bootloader_ana_clock_glitch_reset_config(bool enable);
|
||||
|
||||
/**
|
||||
* @brief Configure analog power glitch reset & glitch reset dref
|
||||
*
|
||||
* @param enable Boolean to enable or disable power glitch reset
|
||||
* @param dref voltage threshold
|
||||
*/
|
||||
void bootloader_power_glitch_reset_config(bool enable, uint8_t dref);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user