MSP430 DLL API Documentation  3.9.1.2
Public Attributes | List of all members
CLOCK_CONTROL Struct Reference

Clock control parameter structure: The data structure contains the settings of the clock control features. More...

#include <MSP430_EEM.h>

Public Attributes

CcControl_t ccControl
 Extended emulation clock control (enable/disable clock control) More...
 
uint16_t ccModule
 Switch clock for modules off (1 bit per clock module, 1: stop clock module while CPU halted) More...
 
uint16_t ccGeneralCLK
 Switch general clock off (1 bit per clock, 1: stop clock while CPU halted) More...
 

Detailed Description

Clock control parameter structure: The data structure contains the settings of the clock control features.

Member Data Documentation

CcControl_t CLOCK_CONTROL::ccControl

Extended emulation clock control (enable/disable clock control)

uint16_t CLOCK_CONTROL::ccModule

Switch clock for modules off (1 bit per clock module, 1: stop clock module while CPU halted)

uint16_t CLOCK_CONTROL::ccGeneralCLK

Switch general clock off (1 bit per clock, 1: stop clock while CPU halted)


The documentation for this struct was generated from the following file: