MeterLogger
Macros
os_type.h File Reference
#include "ets_sys.h"
Include dependency graph for os_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define os_signal_t   ETSSignal
 
#define os_param_t   ETSParam
 
#define os_event_t   ETSEvent
 
#define os_task_t   ETSTask
 
#define os_timer_t   ETSTimer
 
#define os_timer_func_t   ETSTimerFunc
 

Macro Definition Documentation

◆ os_event_t

#define os_event_t   ETSEvent

Definition at line 32 of file os_type.h.

◆ os_param_t

#define os_param_t   ETSParam

◆ os_signal_t

#define os_signal_t   ETSSignal

Definition at line 30 of file os_type.h.

◆ os_task_t

#define os_task_t   ETSTask

Definition at line 33 of file os_type.h.

◆ os_timer_func_t

#define os_timer_func_t   ETSTimerFunc

◆ os_timer_t

#define os_timer_t   ETSTimer

Definition at line 34 of file os_type.h.