mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +08:00
feat(esp8266): fix CPU light sleep process
This commit is contained in:
@ -55,6 +55,11 @@ void rtc_init_clk(uint8_t *init_param);
|
||||
*/
|
||||
void rtc_lightsleep_init(void);
|
||||
|
||||
/**
|
||||
* @brief Configure CPU sleep mode
|
||||
*/
|
||||
void pm_set_sleep_mode(uint32_t mode);
|
||||
|
||||
/**
|
||||
* @brief Initialize hardware when CPU wakes up from light sleep
|
||||
*/
|
||||
|
Reference in New Issue
Block a user