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
3Module: lmic_secure_element_api.h
4
5Function:
6 Basic types from oslmic.h, shared by all layers.
7
8Copyright & License:
9 See accompanying LICENSE file.
10
11Author:
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_
23#endif
24
25#ifndef _lmic_aes_api_h_
27#endif
28
50
51
52/****************************************************************************\
53| The portable API functions.
54\****************************************************************************/
55
57
58#endif // _lmic_se_default_h_
#define LMIC_SecureElement_DECLARE_DRIVER_FNS(a_driver)
Declare secure element functions for a given driver.
Definition lmic_secure_element_interface.h:497