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

Test state for tracking GPIO operations. More...

Data Fields

uint8_t pin_levels [256]
bool pin_initialized [256]
meshx_gpio_mode_t pin_modes [256]
bool gpio_initialized
uint8_t pin_modes [256]
bool interrupt_registered [256]
int interrupt_counts [256]

Detailed Description

Test state for tracking GPIO operations.

Field Documentation

◆ gpio_initialized

bool gpio_test_state_t::gpio_initialized

◆ interrupt_counts

int gpio_test_state_t::interrupt_counts[256]

◆ interrupt_registered

bool gpio_test_state_t::interrupt_registered[256]

◆ pin_initialized

bool gpio_test_state_t::pin_initialized

◆ pin_levels

uint8_t gpio_test_state_t::pin_levels

◆ pin_modes [1/2]

meshx_gpio_mode_t gpio_test_state_t::pin_modes[256]

◆ pin_modes [2/2]

uint8_t gpio_test_state_t::pin_modes[256]

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