mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
fix(esp8266): fix system and wifi sleep/wake process error
This commit is contained in:
@ -137,6 +137,9 @@
|
||||
#define TM1_EDGE_INT_DISABLE() CLEAR_PERI_REG_MASK(EDGE_INT_ENABLE_REG, BIT1)
|
||||
//}}
|
||||
|
||||
#define DPORT_CTL_REG (PERIPHS_DPORT_BASEADDR + 0x14)
|
||||
#define DPORT_CTL_DOUBLE_CLK BIT0
|
||||
|
||||
#define INT_ENA_WDEV 0x3ff20c18
|
||||
#define WDEV_TSF0_REACH_INT (BIT(27))
|
||||
|
||||
|
Reference in New Issue
Block a user