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_SetPeriodFxn setPeriodFxn
 
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

§ closeFxn

Timer_CloseFxn Timer_FxnTable::closeFxn

Function to close the specified peripheral.

§ controlFxn

Timer_ControlFxn Timer_FxnTable::controlFxn

Function to implementation specific control function.

§ getCountFxn

Timer_GetCountFxn Timer_FxnTable::getCountFxn

Function to get the count of the specified peripheral.

§ initFxn

Timer_InitFxn Timer_FxnTable::initFxn

Function to initialize the given data object.

§ openFxn

Timer_OpenFxn Timer_FxnTable::openFxn

Function to open the specified peripheral.

§ setPeriodFxn

Timer_SetPeriodFxn Timer_FxnTable::setPeriodFxn

Function to set the period of the specified peripheral.

§ startFxn

Timer_StartFxn Timer_FxnTable::startFxn

Function to start the specified peripheral.

§ stopFxn

Timer_StopFxn Timer_FxnTable::stopFxn

Function to stop the specified peripheral.


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale