mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 15:41:02 +08:00
feat(esp8266): add non-mask watch dog to panic critical function
This commit is contained in:
@ -29,15 +29,6 @@
|
||||
|
||||
static const char *TAG = "ir tx";
|
||||
|
||||
#define WDEVTSF0_TIME_LO 0x3ff21004
|
||||
#define WDEVTSF0_TIME_HI 0x3ff21008
|
||||
#define WDEVTSFSW0_LO 0x3ff21018
|
||||
#define WDEVTSFSW0_HI 0x3ff2101C
|
||||
#define WDEVTSF0_TIMER_LO 0x3ff2109c
|
||||
#define WDEVTSF0_TIMER_HI 0x3ff210a0
|
||||
#define WDEVTSF0TIMER_ENA 0x3ff21098
|
||||
#define WDEV_TSF0TIMER_ENA BIT(31)
|
||||
|
||||
int wDev_MacTimSetFunc(void (*handle)(void));
|
||||
|
||||
#define IR_TX_CHECK(a, str, ret_val) \
|
||||
|
@ -55,15 +55,6 @@ static const char *TAG = "pwm";
|
||||
#define AHEAD_TICKS3 2
|
||||
#define MAX_TICKS 10000000ul
|
||||
|
||||
#define WDEVTSF0_TIME_LO 0x3ff21004
|
||||
#define WDEVTSF0_TIME_HI 0x3ff21008
|
||||
#define WDEVTSFSW0_LO 0x3ff21018
|
||||
#define WDEVTSFSW0_HI 0x3ff2101C
|
||||
#define WDEVTSF0_TIMER_LO 0x3ff2109c
|
||||
#define WDEVTSF0_TIMER_HI 0x3ff210a0
|
||||
#define WDEVTSF0TIMER_ENA 0x3ff21098
|
||||
#define WDEV_TSF0TIMER_ENA BIT(31)
|
||||
|
||||
#define PWM_VERSION "PWM v3.2"
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user