test(gptimer): added etm sleep retention test

This commit is contained in:
morris
2024-10-10 11:33:36 +08:00
parent 05cb70cc3a
commit a4f783d407
3 changed files with 147 additions and 21 deletions

View File

@@ -59,10 +59,6 @@ typedef struct gptimer_group_t {
int group_id;
portMUX_TYPE spinlock; // to protect per-group register level concurrent access
gptimer_t *timers[SOC_TIMER_GROUP_TIMERS_PER_GROUP];
#if GPTIMER_USE_RETENTION_LINK
sleep_retention_module_t sleep_retention_module; // sleep retention module
bool retention_link_created; // mark if the retention link is created
#endif
} gptimer_group_t;
typedef enum {