MeshX 0.3
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 |
Definition at line 26 of file meshx_rtos_timer.h.
void* meshx_rtos_timer::__timer_handle |
Definition at line 35 of file meshx_rtos_timer.h.
bool meshx_rtos_timer::auto_reload |
Definition at line 30 of file meshx_rtos_timer.h.
void* meshx_rtos_timer::timer_arg |
Definition at line 29 of file meshx_rtos_timer.h.
meshx_rtos_timer_callback_t meshx_rtos_timer::timer_cb |
Definition at line 33 of file meshx_rtos_timer.h.
const char* meshx_rtos_timer::timer_name |
Definition at line 32 of file meshx_rtos_timer.h.
uint32_t meshx_rtos_timer::timer_period |
Definition at line 31 of file meshx_rtos_timer.h.