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_gpio_intr_config_serialized_t Struct Reference

Serialized Interrupt Configuration. More...

#include <meshx_gpio_types.h>

Data Fields

uint8_t trigger_type
uint8_t task_priority
uint16_t task_stack_size

Detailed Description

Serialized Interrupt Configuration.

Field Documentation

◆ task_priority

uint8_t meshx_gpio_intr_config_serialized_t::task_priority

◆ task_stack_size

uint16_t meshx_gpio_intr_config_serialized_t::task_stack_size

◆ trigger_type

uint8_t meshx_gpio_intr_config_serialized_t::trigger_type

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