HapticLib  0.7
Haptic Feedback Library for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
testStatusParameters Struct Reference

Test Pattern specific status parameters typedef. More...

#include <test.h>

Data Fields

uint8_t flag
 status parameter is used to implement the saw-tooth double ramp.
uint16_t duty
 status parameter is used to hold the new duty-cycle for the PWM and to keep track of the pattern generation progress.

Detailed Description

Test Pattern specific status parameters typedef.

Status parameter used by the continuator.

See also:
Refer to generic.c for a simple working example.

Definition at line 50 of file test.h.


Field Documentation

uint16_t duty

status parameter is used to hold the new duty-cycle for the PWM and to keep track of the pattern generation progress.

Definition at line 53 of file test.h.

uint8_t flag

status parameter is used to implement the saw-tooth double ramp.

Definition at line 51 of file test.h.


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