#include <esp32/rom/ets_sys.h>
Include dependency graph for Esp32/Components/driver/include/driver/os_timer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
| #define | os_timer_arm(ptimer, ms, repeat_flag) ets_timer_arm(ptimer, ms, repeat_flag) |
| #define | os_timer_arm_us(ptimer, us, repeat_flag) ets_timer_arm_us(ptimer, us, repeat_flag) |
| #define | os_timer_disarm(ptimer) ets_timer_disarm(ptimer) |
| #define | os_timer_setfn(ptimer, pfunction, parg) ets_timer_setfn(ptimer, pfunction, parg) |
Typedefs | |
| typedef ETSTimerFunc | os_timer_func_t |
| typedef ETSTimer | os_timer_t |
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... | |
1.8.13