Functions

hal_pmm.h File Reference

This file contains definitions for the Hardware Abstraction Layer (HAL) specifically created for the MSP430. More...

Go to the source code of this file.

Functions

void SetVCore (unsigned char level)
void SetVCoreUp (unsigned char level)
void SetVCoreDown (unsigned char level)

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 hal_pmm.h.


Function Documentation

void SetVCore ( unsigned char  level  ) 

Set the VCore to a new level

Parameters:
level PMM level ID

Definition at line 88 of file hal_pmm.c.

void SetVCoreDown ( unsigned char  level  ) 

Set the VCore to a new Lower level

Parameters:
level PMM level ID

Definition at line 133 of file hal_pmm.c.

void SetVCoreUp ( unsigned char  level  ) 

Set the VCore to a new higher level

Parameters:
level PMM level ID

Definition at line 106 of file hal_pmm.c.