This file contains definitions for the Hardware Abstraction Layer (HAL) specifically created for the MSP430.
More...
Go to the source code of this file.
Defines |
|
#define | __MSP430_HAS_TLV__ |
|
#define | TLV_START (0x1A08) |
|
#define | TLV_END (0x1AFF) |
|
#define | TLV_LDTAG (0x01) |
|
#define | TLV_PDTAG (0x02) |
|
#define | TLV_Reserved1 (0x03) |
|
#define | TLV_Reserved2 (0x04) |
|
#define | TLV_BLANK (0x05) |
|
#define | TLV_Reserved3 (0x06) |
|
#define | TLV_SERNUM (0x07) |
|
#define | TLV_DIERECORD (0x08) |
|
#define | TLV_ADCCAL (0x10) |
|
#define | TLV_TAGEXT (0xFE) |
|
#define | TLV_TAGEND (0xFF) |
Functions |
|
void | Get_TLV_info (unsigned char tag, unsigned char *length, unsigned int *data_address) |
Detailed Description
This file contains definitions for the Hardware Abstraction Layer (HAL) specifically created for the MSP430.
- Author:
- Texas Instruments, Inc
- Date:
- November 2010
- Version:
- 1.0 Initial version
- Note:
- Built with IAR for MSP430 Version: 5.10
Definition in file TLV_descriptors.h.