All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
le_ips_interface.h
Go to the documentation of this file.
1 /*
2  * ====================== WARNING ======================
3  *
4  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
5  * DO NOT MODIFY IN ANY WAY.
6  *
7  * ====================== WARNING ======================
8  */
9 
35 #ifndef LE_IPS_H_INCLUDE_GUARD
36 #define LE_IPS_H_INCLUDE_GUARD
37 
38 
39 #include "legato.h"
40 
41 //--------------------------------------------------------------------------------------------------
45 //--------------------------------------------------------------------------------------------------
47 (
48  void
49 );
50 
51 //--------------------------------------------------------------------------------------------------
55 //--------------------------------------------------------------------------------------------------
57 (
58  void
59 );
60 
61 //--------------------------------------------------------------------------------------------------
69 //--------------------------------------------------------------------------------------------------
71 (
72  uint32_t* inputVoltagePtr
75 );
76 
77 
78 #endif // LE_IPS_H_INCLUDE_GUARD
79 
le_result_t le_ips_GetInputVoltage(uint32_t *inputVoltagePtr)
void le_ips_ConnectService(void)
le_result_t
Definition: le_basics.h:35
void le_ips_DisconnectService(void)