-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathit_m_eff.h
More file actions
59 lines (54 loc) · 1.75 KB
/
it_m_eff.h
File metadata and controls
59 lines (54 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#pragma once
#include <stdint.h>
#include <stdbool.h>
void NoCommand(hostChn_t *hc);
void VolumeCommandC(hostChn_t *hc);
void VolumeCommandD(hostChn_t *hc);
void VolumeCommandE(hostChn_t *hc);
void VolumeCommandF(hostChn_t *hc);
void VolumeCommandG(hostChn_t *hc);
void InitNoCommand(hostChn_t *hc);
void InitCommandA(hostChn_t *hc);
void InitCommandB(hostChn_t *hc);
void InitCommandC(hostChn_t *hc);
void InitCommandD(hostChn_t *hc);
void InitCommandE(hostChn_t *hc);
void InitCommandF(hostChn_t *hc);
void InitCommandG(hostChn_t *hc);
void InitCommandH(hostChn_t *hc);
void InitCommandI(hostChn_t *hc);
void InitCommandI(hostChn_t *hc);
void InitCommandJ(hostChn_t *hc);
void InitCommandK(hostChn_t *hc);
void InitCommandL(hostChn_t *hc);
void InitCommandM(hostChn_t *hc);
void InitCommandN(hostChn_t *hc);
void InitCommandO(hostChn_t *hc);
void InitCommandP(hostChn_t *hc);
void InitCommandQ(hostChn_t *hc);
void InitCommandR(hostChn_t *hc);
void InitCommandS(hostChn_t *hc);
void InitCommandT(hostChn_t *hc);
void InitCommandU(hostChn_t *hc);
void InitCommandV(hostChn_t *hc);
void InitCommandW(hostChn_t *hc);
void InitCommandX(hostChn_t *hc);
void InitCommandY(hostChn_t *hc);
void InitCommandZ(hostChn_t *hc);
void CommandD(hostChn_t *hc);
void CommandE(hostChn_t *hc);
void CommandF(hostChn_t *hc);
void CommandG(hostChn_t *hc);
void CommandH(hostChn_t *hc);
void CommandI(hostChn_t *hc);
void CommandJ(hostChn_t *hc);
void CommandK(hostChn_t *hc);
void CommandL(hostChn_t *hc);
void CommandN(hostChn_t *hc);
void CommandP(hostChn_t *hc);
void CommandQ(hostChn_t *hc);
void CommandR(hostChn_t *hc);
void CommandS(hostChn_t *hc);
void CommandT(hostChn_t *hc);
void CommandW(hostChn_t *hc);
void CommandY(hostChn_t *hc);