libwebsockets
Lightweight C library for HTML5 websockets
lws-freertos.h File Reference
#include <freertos/FreeRTOS.h>
#include <freertos/event_groups.h>
#include <string.h>
#include "esp_wifi.h"
#include "esp_system.h"
#include "esp_event.h"
#include "nvs.h"
#include "driver/gpio.h"
#include "esp_spi_flash.h"
#include "freertos/timers.h"
+ Include dependency graph for lws-freertos.h:

Go to the source code of this file.

Macros

#define CONFIG_FREERTOS_HZ   100
 

Typedefs

typedef int lws_sockfd_type
 
typedef int lws_filefd_type
 

Macro Definition Documentation

◆ CONFIG_FREERTOS_HZ

#define CONFIG_FREERTOS_HZ   100

Definition at line 86 of file lws-freertos.h.

Typedef Documentation

◆ lws_sockfd_type

typedef int lws_sockfd_type

Definition at line 27 of file lws-freertos.h.

◆ lws_filefd_type

typedef int lws_filefd_type

Definition at line 28 of file lws-freertos.h.