#include <esp_system.h>
Include dependency graph for Esp8266/Components/driver/include/driver/os_timer.h:
Go to the source code of this file.
Macros | |
#define | OS_TIMER_DEFAULT() |
Functions | |
void | os_timer_arm_ticks (os_timer_t *ptimer, uint32_t ticks, bool repeat_flag) |
Set a software timer using the Timer2 tick value. More... | |
static bool | os_timer_is_armed (const os_timer_t *ptimer) |
static uint64_t | os_timer_expire (const os_timer_t *ptimer) |
static void | os_timer_done (os_timer_t *ptimer) |
Macro Definition Documentation
◆ OS_TIMER_DEFAULT
#define OS_TIMER_DEFAULT | ( | ) |
Value:
This is the structure used by the Espressif timer API.
Definition: Rp2040/Components/driver/include/driver/os_timer.h:28