le_ulpm_common.h File Reference
#include "legato.h"
Go to the source code of this file.
Macros | |
#define | LE_ULPM_MAX_VERS_LEN 8 |
Enumerations | |
enum | le_ulpm_GpioState_t { LE_ULPM_GPIO_LOW = 0, LE_ULPM_GPIO_HIGH = 1, LE_ULPM_GPIO_RISING = 2, LE_ULPM_GPIO_FALLING = 3, LE_ULPM_GPIO_BOTH = 4, LE_ULPM_GPIO_OFF = 5 } |
enum | le_ulpm_ULPSConfiguration_t { LE_ULPM_DISABLE_PSM = 0, LE_ULPM_PSM_WITH_ULPM_FALLBACK = 1, LE_ULPM_POWER_OFF = 2, LE_ULPM_NO_REQUEST = 4, LE_ULPM_PSM_ONLY = 5, LE_ULPM_ULPM_ONLY = 6 } |
Detailed Description
Type definitions for le_ulpm.