mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
feat(vbat): Add support to use vbat as rtc battery
This commit is contained in:
@@ -121,7 +121,7 @@ static inline void brownout_ll_ana_reset_enable(bool enable)
|
||||
__attribute__((always_inline))
|
||||
static inline void brownout_ll_intr_clear(void)
|
||||
{
|
||||
LP_ANA_PERI.int_clr.bod_mode0 = 1;
|
||||
LP_ANA_PERI.int_clr.val = BROWNOUT_DETECTOR_LL_INTERRUPT_MASK;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user