Flipper Developer Docs
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
i
m
n
p
r
s
t
v
Enumerations
a
b
c
d
e
f
g
i
n
o
p
r
s
v
Enumerator
c
e
f
g
i
n
o
r
s
v
Macros
_
d
e
f
r
v
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
pulse_joiner.h
1
#include <stdint.h>
2
#include <stdbool.h>
3
#include <stddef.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
typedef
struct
PulseJoiner
PulseJoiner
;
10
16
PulseJoiner
* pulse_joiner_alloc(
void
);
17
23
void
pulse_joiner_free(
PulseJoiner
* pulse_joiner);
24
34
bool
pulse_joiner_push_pulse(
PulseJoiner
* pulse_joiner,
bool
polarity,
size_t
period,
size_t
pulse);
35
42
void
pulse_joiner_pop_pulse(
PulseJoiner
* pulse_joiner,
size_t
* period,
size_t
* pulse);
43
44
#ifdef __cplusplus
45
}
46
#endif
PulseJoiner
Definition
pulse_joiner.c:11
lib
toolbox
pulse_joiner.h
Generated by
1.12.0