Arduino LMIC
6.0.1
Arduino LoRaWAN(r) MAC in C
Loading...
Searching...
No Matches
lmic_se_default.h
Go to the documentation of this file.
1
/*
2
3
Module: lmic_secure_element_api.h
4
5
Function:
6
Basic types from oslmic.h, shared by all layers.
7
8
Copyright & License:
9
See accompanying LICENSE file.
10
11
Author:
12
Terry Moore, MCCI May 2020
13
14
*/
15
17
18
#ifndef _lmic_se_default_h_
19
#define _lmic_se_default_h_
20
21
#ifndef _lmic_secure_element_interface_h_
22
# include "
../../i/lmic_secure_element_interface.h
"
23
#endif
24
25
#ifndef _lmic_aes_api_h_
26
# include "
../../../aes/lmic_aes_api.h
"
27
#endif
28
50
51
52
/****************************************************************************\
53
| The portable API functions.
54
\****************************************************************************/
55
56
LMIC_SecureElement_DECLARE_DRIVER_FNS
(Default);
57
58
#endif
// _lmic_se_default_h_
LMIC_SecureElement_DECLARE_DRIVER_FNS
#define LMIC_SecureElement_DECLARE_DRIVER_FNS(a_driver)
Declare secure element functions for a given driver.
Definition
lmic_secure_element_interface.h:497
lmic_aes_api.h
lmic_secure_element_interface.h
src
se
drivers
default
lmic_se_default.h
Generated on
for Arduino LMIC by
1.16.1