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.
Loading...
Searching...
No Matches
meshx_rtos_timer Struct Reference

#include <meshx_rtos_timer.h>

Collaboration diagram for meshx_rtos_timer:
Collaboration graph

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
 

Detailed Description

Definition at line 26 of file meshx_rtos_timer.h.

Field Documentation

◆ __timer_handle

void* meshx_rtos_timer::__timer_handle

Definition at line 35 of file meshx_rtos_timer.h.

◆ auto_reload

bool meshx_rtos_timer::auto_reload

Definition at line 30 of file meshx_rtos_timer.h.

◆ timer_arg

void* meshx_rtos_timer::timer_arg

Definition at line 29 of file meshx_rtos_timer.h.

◆ timer_cb

meshx_rtos_timer_callback_t meshx_rtos_timer::timer_cb

Definition at line 33 of file meshx_rtos_timer.h.

◆ timer_name

const char* meshx_rtos_timer::timer_name

Definition at line 32 of file meshx_rtos_timer.h.

◆ timer_period

uint32_t meshx_rtos_timer::timer_period

Definition at line 31 of file meshx_rtos_timer.h.


The documentation for this struct was generated from the following file: