![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include "fsl_clock_manager.h"
#include "fsl_power_manager.h"
#include "fsl_os_abstraction.h"
#include "fsl_lptmr_driver.h"
#include "board.h"
#include "task_lpm.h"
Macros | |
#define | SYSTICK_CM4_CSR_REG |
#define | SYSTICK_CM4_RVR_REG |
#define | SYSTICK_CM4_CVR_REG |
#define | SYSTICK_CM4_CALIB_REG |
#define | SYSTICK_DISABLE() |
#define | SYSTICK_ENABLE() |
#define | SYSTICK_RELOAD(tps) |
#define | TICK_PER_SEC |
Functions | |
clock_manager_error_code_t | rtos_cm_callback (clock_notify_struct_t *notify, void *callbackData) |
power_manager_error_code_t | rtos_pm_callback (power_manager_notify_struct_t *notify, power_manager_callback_data_t *dataPtr) |
#define SYSTICK_CM4_CALIB_REG |
#define SYSTICK_CM4_CSR_REG |
#define SYSTICK_CM4_CVR_REG |
#define SYSTICK_CM4_RVR_REG |
#define SYSTICK_DISABLE | ( | ) |
#define SYSTICK_ENABLE | ( | ) |
#define SYSTICK_RELOAD | ( | tps | ) |
#define TICK_PER_SEC |
clock_manager_error_code_t rtos_cm_callback | ( | clock_notify_struct_t * | notify, |
void * | callbackData | ||
) |
power_manager_error_code_t rtos_pm_callback | ( | power_manager_notify_struct_t * | notify, |
power_manager_callback_data_t * | dataPtr | ||
) |