|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
#include <meshx_rtos_timer.h>
Data Fields | |
| void * | timer_arg |
| bool | auto_reload |
| uint32_t | timer_period |
| const char * | timer_name |
| meshx_rtos_timer_callback_t | timer_cb |
| void * | __timer_handle |
| void* meshx_rtos_timer::__timer_handle |
| bool meshx_rtos_timer::auto_reload |
| void* meshx_rtos_timer::timer_arg |
| meshx_rtos_timer_callback_t meshx_rtos_timer::timer_cb |
| const char* meshx_rtos_timer::timer_name |
| uint32_t meshx_rtos_timer::timer_period |