Appiko
S2LP_Config.h
Go to the documentation of this file.
1 
29 /* Define to prevent recursive inclusion -------------------------------------*/
30 #ifndef __S2LP_CONFIG_H
31 #define __S2LP_CONFIG_H
32 
33 
34  /* Includes ------------------------------------------------------------------*/
35 #include "S2LP_Regs.h"
36 #include "S2LP_Commands.h"
37 #include "S2LP_Csma.h"
38 #include "S2LP_General.h"
39 #include "S2LP_Gpio.h"
40 #include "S2LP_Timer.h"
41 #include "S2LP_Fifo.h"
42 #include "S2LP_PacketHandler.h"
43 #include "S2LP_PktBasic.h"
44 #include "S2LP_PktWMbus.h"
45 #include "S2LP_PktStack.h"
46 #include "S2LP_Radio.h"
47 #include "S2LP_Qi.h"
48 #include "MCU_Interface.h"
49 #include "S2LP_Types.h"
50 
51 
52 #ifdef __cplusplus
53 extern "C" {
54 #endif
55 
56 
86 #define DIG_DOMAIN_XTAL_THRESH 30000000
121 #ifdef __cplusplus
122 }
123 #endif
124 
125 #endif
126 
127 /******************* (C) COPYRIGHT 2015 STMicroelectronics *****END OF FILE****/
Configuration and management of S2-LP CSMA.
Configuration and management of S2-LP General functionalities.
Configuration and management of S2-LP Timers.
Configuration and management of S2LP QI.
This file contains all the registers address and masks.
Configuration and management of S2-LP Fifo.
Configuration and management of S2-LP Basic packets.
Configuration and management of S2-LP WMbus packets.
Configuration and management of S2-LP GPIO.
Configuration and management of the common features of S2-LP packets.
Header file for low level S2LP SPI driver.
Configuration and management of S2-LP STack packets.
Header file for S2-LP types.
Management of S2-LP Commands.
Configuration and management of S2-LP RF Analog and Digital part.