FreeCalypso > hg > tcs211-c139
comparison chipsetsw/drivers/drv_app/lcc/lcc_handle_timers.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 /****************************************************************************** | |
2 * Power Task (pwr) | |
3 * Design and coding by Svend Kristian Lindholm, skl@ti.com | |
4 * | |
5 * PWR Message Processing | |
6 * | |
7 * $Id: pwr_handle_timers.h 1.1 Wed, 20 Aug 2003 10:22:37 +0200 skl $ | |
8 * | |
9 ******************************************************************************/ | |
10 #ifndef __LCC_HANDLE_TIMERS_H_ | |
11 #define __LCC_HANDLE_TIMERS_H_ | |
12 | |
13 #include "lcc/lcc.h" | |
14 | |
15 T_RV_RET process_pwr_handle_T1_expiration (T_PWR_REQ *request); | |
16 T_RV_RET process_pwr_handle_T2_expiration (T_PWR_REQ *request); | |
17 T_RV_RET process_pwr_handle_T3_expiration (T_PWR_REQ *request); | |
18 T_RV_RET process_pwr_handle_T4_expiration (T_PWR_REQ *request); | |
19 T_RV_RET process_pwr_handle_mmi_info_expiration(T_PWR_REQ *request); | |
20 | |
21 void pwr_check_timers(void); | |
22 T_RVM_RETURN pwr_create_timer(UINT32 *timer_begin); | |
23 T_RVM_RETURN pwr_start_timer(UINT32 *timer_begin); | |
24 | |
25 #endif |