We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b37dd commit 1c95cdfCopy full SHA for 1c95cdf
components/hal/esp32p4/include/hal/pmu_ll.h
@@ -702,6 +702,7 @@ static inline uint32_t pmu_ll_ext1_get_wakeup_status(void)
702
static inline void pmu_ll_ext1_clear_wakeup_status(void)
703
{
704
REG_SET_BIT(PMU_EXT_WAKEUP_CNTL_REG, PMU_EXT_WAKEUP_STATUS_CLR);
705
+ REG_CLR_BIT(PMU_EXT_WAKEUP_CNTL_REG, PMU_EXT_WAKEUP_STATUS_CLR);
706
}
707
708
/**
0 commit comments