comparison src/cs/drivers/drv_app/pwr/pwr_messages_i.h @ 145:246f4a7dd92b

src/cs/drivers/drv_app/pwr: import from MV100 source
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Oct 2016 05:59:14 +0000
parents
children fb95e3f83dc5
comparison
equal deleted inserted replaced
144:fd8227e3047d 145:246f4a7dd92b
1 /*******************************************************************************
2 *
3 * pwr_messages_i.h
4 *
5 * Purpose: Contains internal definitions used by PWR SWE.
6 * Author Candice Bazanegue (c-brille@ti.com)
7 *
8 *
9 * (C) Texas Instruments 2001
10 *
11 ******************************************************************************/
12
13 #ifndef __PWR_MESSAGES_I_H__
14 #define __PWR_MESSAGES_I_H__
15
16 #include "rv_general.h"
17 #include "pwr_api.h"
18 #include "spi_api.h"
19
20
21
22 /* Events that can be sent by the power SWE API to the SPI task */
23 #define PWR_SPI_INFO_BATTERY_EVT (1)
24
25
26
27 /* Prototypes */
28
29 /* Functions used to send messages to the SPI task */
30 T_RV_RET pwr_spi_battery_info(CALLBACK_FUNC CallBack);
31
32 #endif /* __PWR_MESSAGES_I_H__ */