ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pm_internal.h File Reference

Power management header file. More...

#include "isf_pm.h"
#include "cortex.h"
Include dependency graph for pm_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PM_DISABLE_INTERRUPTS()   __disable_interrupt();
 
#define PM_ENABLE_INTERRUPTS()   __enable_interrupt();
 
#define RTOSTIMER_STOP()   { SYST_CSR &= ~SysTick_CSR_ENABLE_MASK; }
 
#define RTOSTIMER_START()   { SYST_CSR |= SysTick_CSR_ENABLE_MASK; }
 

Detailed Description

Power management header file.

Definition in file pm_internal.h.

Macro Definition Documentation

#define PM_DISABLE_INTERRUPTS ( )    __disable_interrupt();

Definition at line 25 of file pm_internal.h.

#define PM_ENABLE_INTERRUPTS ( )    __enable_interrupt();

Definition at line 26 of file pm_internal.h.

#define RTOSTIMER_START ( )    { SYST_CSR |= SysTick_CSR_ENABLE_MASK; }

Definition at line 32 of file pm_internal.h.

#define RTOSTIMER_STOP ( )    { SYST_CSR &= ~SysTick_CSR_ENABLE_MASK; }

Definition at line 30 of file pm_internal.h.