VSF Documented
esp_sleep.h
Go to the documentation of this file.
1#ifndef __ESP_SLEEP_H__
2#define __ESP_SLEEP_H__
3
4#include <stdint.h>
5#include "esp_err.h"
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif
int esp_err_t
Definition esp_err.h:41
esp_err_t esp_deep_sleep_start(void)
esp_err_t esp_sleep_pd_config(int domain, int option)
esp_err_t esp_sleep_enable_timer_wakeup(uint64_t time_in_us)
esp_err_t esp_light_sleep_start(void)
unsigned long long uint64_t
Definition stdint.h:11
Definition getopt.h:53
Generated from commit: vsfteam/vsf@c3767bf