light sleep: add wifi mac sleep support for esp32s3

This commit is contained in:
Li Shuai
2021-04-13 16:50:22 +08:00
parent 366d0a724a
commit d73a09cd8b
6 changed files with 59 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
/*
* SPDX-FileCopyrightText: 2019-2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void ets_apb_backup_init_lock_func(void(* _apb_backup_lock)(void), void(* _apb_backup_unlock)(void));
#ifdef __cplusplus
}
#endif