comparison src/cs/drivers/drv_app/pwr/pwr_messages_i.h @ 0:b6a5e36de839

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
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/rv_general.h"
17 #include "pwr/pwr_api.h"
18 #include "spi/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__ */