eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
SysDefPowerModeHelper.h File Reference

<DESCRIPTIOM> More...

+ Include dependency graph for SysDefPowerModeHelper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _SysDefPowerModeHelper
 

Typedefs

typedef struct _SysDefPowerModeHelper SysDefPowerModeHelper
 

Functions

IAppPowerModeHelperSysDefPowerModeHelperAlloc (void)
 

Detailed Description

<DESCRIPTIOM>

Author
STMicroelectronics - ST-Korea - MCD Team
Version
3.0.0
Date
Oct 31, 2018
Attention

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Typedef Documentation

◆ SysDefPowerModeHelper

Function Documentation

◆ SysDefPowerModeHelperAlloc()

IAppPowerModeHelper * SysDefPowerModeHelperAlloc ( void  )

Allocate an instance of SysDefPowerModeHelper. It is allocated in the FreeRTOS heap.

Returns
a pointer to the generic interface IApplicationErrorDelegate if success, or SYS_OUT_OF_MEMORY_ERROR_CODE otherwise.