SimpleLink MCU SDK Driver APIs  tidrivers_msp43x_3_01_01_03
Data Fields
Timer_FxnTable_ Struct Reference

The definition of a Timer function table that contains the required set of functions to control a specific Timer driver implementation. More...

#include <Timer.h>

Collaboration diagram for Timer_FxnTable_:
Collaboration graph
[legend]

Data Fields

Timer_CloseFxn closeFxn
 
Timer_ControlFxn controlFxn
 
Timer_GetCountFxn getCountFxn
 
Timer_InitFxn initFxn
 
Timer_OpenFxn openFxn
 
Timer_StartFxn startFxn
 
Timer_StopFxn stopFxn
 

Detailed Description

The definition of a Timer function table that contains the required set of functions to control a specific Timer driver implementation.

Field Documentation

Timer_CloseFxn Timer_FxnTable_::closeFxn

Function to close the specified instance

Timer_ControlFxn Timer_FxnTable_::controlFxn

Function to send contorl commands to the counter for a specific instance

Timer_GetCountFxn Timer_FxnTable_::getCountFxn

Function to get the count of the timer for a specific instance

Timer_InitFxn Timer_FxnTable_::initFxn

Function to open the specified instance

Timer_OpenFxn Timer_FxnTable_::openFxn

Function to open the specified instance

Timer_StartFxn Timer_FxnTable_::startFxn

Function to start the timer for a specific instance

Timer_StopFxn Timer_FxnTable_::stopFxn

Function to stop the timer for a specific instance


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated