view src/cs/drivers/drv_app/pwr/pwr_messages_i.h @ 640:16eb1b9640dc

target gtm900 renamed to gtm900mgc2 This change reflects the fact that the build target in question supports MGC2GSMT hardware only, and will NOT work on other hw that confusing bears the same end user name of GTM900, neither the LoCosto-based GTM900-C nor the Calypso-based MG01GSMT that has a different and incompatible RFFE. If we ever get our hands on a piece of MG01GSMT hw and add support for it, that other target will be named gtm900mg01.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 31 Jan 2020 00:46:07 +0000
parents c93a236e0d50
children
line wrap: on
line source

/*******************************************************************************
 *
 *  pwr_messages_i.h
 *
 * Purpose: Contains internal definitions used by PWR SWE. 
 * Author   Candice Bazanegue (c-brille@ti.com)
 *
 *
 * (C) Texas Instruments 2001
 *
 ******************************************************************************/

#ifndef __PWR_MESSAGES_I_H__
#define __PWR_MESSAGES_I_H__

#include "rv/rv_general.h"
#include "pwr/pwr_api.h"
#include "spi/spi_api.h"



/* Events that can be sent by the power SWE API to the SPI task */
#define PWR_SPI_INFO_BATTERY_EVT    (1)



/* Prototypes */

/* Functions used to send messages to the SPI task */
T_RV_RET pwr_spi_battery_info(CALLBACK_FUNC CallBack);

#endif /* __PWR_MESSAGES_I_H__ */