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

#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

Field Documentation

◆ __timer_handle

void* meshx_rtos_timer::__timer_handle

◆ auto_reload

bool meshx_rtos_timer::auto_reload

◆ timer_arg

void* meshx_rtos_timer::timer_arg

◆ timer_cb

meshx_rtos_timer_callback_t meshx_rtos_timer::timer_cb

◆ timer_name

const char* meshx_rtos_timer::timer_name

◆ timer_period

uint32_t meshx_rtos_timer::timer_period

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