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

Test state for tracking PWM operations. More...

Data Fields

bool pwm_initialized
bool pwm_started [256]
uint32_t pwm_frequencies [256]
uint8_t pwm_duty_cycles [256]
uint8_t pwm_resolutions [256]
uint8_t pwm_channels [256]

Detailed Description

Test state for tracking PWM operations.

Field Documentation

◆ pwm_channels

uint8_t pwm_test_state_t::pwm_channels[256]

◆ pwm_duty_cycles

uint8_t pwm_test_state_t::pwm_duty_cycles[256]

◆ pwm_frequencies

uint32_t pwm_test_state_t::pwm_frequencies[256]

◆ pwm_initialized

bool pwm_test_state_t::pwm_initialized

◆ pwm_resolutions

uint8_t pwm_test_state_t::pwm_resolutions[256]

◆ pwm_started

bool pwm_test_state_t::pwm_started[256]

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