#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <string.h>#include <ctype.h>#include "pigpiod_if2.h"
Go to the source code of this file.
Macros | |
| #define | GPIO 25 |
Functions | |
| void | CHECK (int t, int st, int got, int expect, int pc, char *desc) |
| int | main (int argc, char *argv[]) |
| void | t0 (int pi) |
| void | t1 (int pi) |
| void | t2 (int pi) |
| void | t2cb (int pi, unsigned gpio, unsigned level, uint32_t tick) |
| void | t3 (int pi) |
| void | t3cbf (int pi, unsigned gpio, unsigned level, uint32_t tick) |
| void | t4 (int pi) |
| void | t5 (int pi) |
| void | t5cbf (int pi, unsigned gpio, unsigned level, uint32_t tick) |
| void | t6 (int pi) |
| void | t6cbf (int pi, unsigned gpio, unsigned level, uint32_t tick) |
| void | t7 (int pi) |
| void | t7cbf (int pi, unsigned gpio, unsigned level, uint32_t tick) |
| void | t8 (int pi) |
| void | t9 (int pi) |
| void | t9cbf (int pi, unsigned gpio, unsigned level, uint32_t tick) |
| void | ta (int pi) |
| void | tb (int pi) |
| void | tc (int pi) |
Variables | |
| int | t2_count =0 |
| int | t3_count =0 |
| float | t3_off =0.0 |
| float | t3_on =0.0 |
| int | t3_reset =1 |
| uint32_t | t3_tick =0 |
| int | t5_count = 0 |
| int | t6_count =0 |
| int | t6_on =0 |
| uint32_t | t6_on_tick =0 |
| int | t7_count =0 |
| int | t9_count = 0 |
| #define GPIO 25 |
Definition at line 27 of file x_pigpiod_if2.c.
| void CHECK | ( | int | t, |
| int | st, | ||
| int | got, | ||
| int | expect, | ||
| int | pc, | ||
| char * | desc | ||
| ) |
Definition at line 29 of file x_pigpiod_if2.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 836 of file x_pigpiod_if2.c.
| void t0 | ( | int | pi | ) |
Definition at line 43 of file x_pigpiod_if2.c.
| void t1 | ( | int | pi | ) |
Definition at line 52 of file x_pigpiod_if2.c.
| void t2 | ( | int | pi | ) |
Definition at line 89 of file x_pigpiod_if2.c.
| void t2cb | ( | int | pi, |
| unsigned | gpio, | ||
| unsigned | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 84 of file x_pigpiod_if2.c.
| void t3 | ( | int | pi | ) |
Definition at line 190 of file x_pigpiod_if2.c.
| void t3cbf | ( | int | pi, |
| unsigned | gpio, | ||
| unsigned | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 166 of file x_pigpiod_if2.c.
| void t4 | ( | int | pi | ) |
Definition at line 247 of file x_pigpiod_if2.c.
| void t5 | ( | int | pi | ) |
Definition at line 318 of file x_pigpiod_if2.c.
| void t5cbf | ( | int | pi, |
| unsigned | gpio, | ||
| unsigned | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 313 of file x_pigpiod_if2.c.
| void t6 | ( | int | pi | ) |
Definition at line 456 of file x_pigpiod_if2.c.
| void t6cbf | ( | int | pi, |
| unsigned | gpio, | ||
| unsigned | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 443 of file x_pigpiod_if2.c.
| void t7 | ( | int | pi | ) |
Definition at line 494 of file x_pigpiod_if2.c.
| void t7cbf | ( | int | pi, |
| unsigned | gpio, | ||
| unsigned | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 489 of file x_pigpiod_if2.c.
| void t8 | ( | int | pi | ) |
Definition at line 520 of file x_pigpiod_if2.c.
| void t9 | ( | int | pi | ) |
Definition at line 568 of file x_pigpiod_if2.c.
| void t9cbf | ( | int | pi, |
| unsigned | gpio, | ||
| unsigned | level, | ||
| uint32_t | tick | ||
| ) |
Definition at line 563 of file x_pigpiod_if2.c.
| void ta | ( | int | pi | ) |
Definition at line 647 of file x_pigpiod_if2.c.
| void tb | ( | int | pi | ) |
Definition at line 713 of file x_pigpiod_if2.c.
| void tc | ( | int | pi | ) |
Definition at line 806 of file x_pigpiod_if2.c.
| int t2_count =0 |
Definition at line 82 of file x_pigpiod_if2.c.
| int t3_count =0 |
Definition at line 161 of file x_pigpiod_if2.c.
| float t3_off =0.0 |
Definition at line 164 of file x_pigpiod_if2.c.
| float t3_on =0.0 |
Definition at line 163 of file x_pigpiod_if2.c.
| int t3_reset =1 |
Definition at line 160 of file x_pigpiod_if2.c.
| uint32_t t3_tick =0 |
Definition at line 162 of file x_pigpiod_if2.c.
| int t5_count = 0 |
Definition at line 311 of file x_pigpiod_if2.c.
| int t6_count =0 |
Definition at line 439 of file x_pigpiod_if2.c.
| int t6_on =0 |
Definition at line 440 of file x_pigpiod_if2.c.
| uint32_t t6_on_tick =0 |
Definition at line 441 of file x_pigpiod_if2.c.
| int t7_count =0 |
Definition at line 487 of file x_pigpiod_if2.c.
| int t9_count = 0 |
Definition at line 561 of file x_pigpiod_if2.c.