MSP430 DLL API Documentation
3.14.0.0
|
Cycle counter parameter structure: The data structure contains the configuration settings for a cycle counter. More...
#include <MSP430_EEM.h>
Public Attributes | |
CycleCounterCountMode_t | countMode |
Condition to increase counter. More... | |
CycleCounterStartMode_t | startMode |
Condition to start counter. More... | |
CycleCounterStopMode_t | stopMode |
Condition to stop counter. More... | |
CycleCounterClearMode_t | clearMode |
Condition to clear/reset counter. More... | |
Cycle counter parameter structure: The data structure contains the configuration settings for a cycle counter.
CycleCounterCountMode_t CycleCounterConfig_t::countMode |
Condition to increase counter.
CycleCounterStartMode_t CycleCounterConfig_t::startMode |
Condition to start counter.
CycleCounterStopMode_t CycleCounterConfig_t::stopMode |
Condition to stop counter.
CycleCounterClearMode_t CycleCounterConfig_t::clearMode |
Condition to clear/reset counter.