ccNOos
v0.0.0
Build Portable Microcontroller Applications!
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
c
e
g
l
m
n
p
r
s
t
u
w
Variables
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
Macros
_
c
d
e
i
l
m
n
p
r
s
t
u
x
•
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
tests
testApps
SatComACS
deviceModules
TPM
TPMmodule.cpp
Go to the documentation of this file.
1
/** \file TPMmodule.cpp
2
* \brief <a href="https://www.inmechasol.org/" target="_blank">IMS</a>:
3
<a href="https://github.com/InMechaSol/ccNOos" target="_blank">ccNOos</a>,
4
Implementation for C++ wrappers
5
6
Copyright 2021 <a href="https://www.inmechasol.org/" target="_blank">InMechaSol, Inc</a>
7
8
Licensed under the Apache License, Version 2.0(the "License");
9
you may not use this file except in compliance with the License.
10
You may obtain a copy of the License at
11
12
http://www.apache.org/licenses/LICENSE-2.0
13
14
Unless required by applicable law or agreed to in writing, software
15
distributed under the License is distributed on an "AS IS" BASIS,
16
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
See the License for the specific language governing permissions and
18
limitations under the License.
19
20
Notes:
21
(.c includes .h) - for straight C or
22
(.cpp includes .c which includes .h) - for C++ wrapped straight C
23
*Always compiled to a single compilation unit, either C or CPP, not both
24
25
*/
26
27
#include "
TPMmodule.c
"
28
29
30
TPMmodule.c
IMS: ccNOos, Implementation for straight C
Generated by
1.8.20