Functions
TimerSupport.h File Reference

Detailed Description

Holder of common helper functions for the Timer driver.

============================================================================


#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <ti/drivers/Timer.h>
Include dependency graph for TimerSupport.h:

Go to the source code of this file.

Functions

void TimerSupport_timerDisable (Timer_Handle handle)
 Function to disable the timer peripheral. More...
 
void TimerSupport_timerEnable (Timer_Handle handle)
 Function to enable the timer peripheral. More...
 
bool TimerSupport_timerFullWidth (Timer_Handle handle)
 Function to determine if timer is full-width. More...
 
void TimerSupport_timerLoad (Timer_Handle handle)
 Function to load timer peripheral. More...
 

Function Documentation

§ TimerSupport_timerDisable()

void TimerSupport_timerDisable ( Timer_Handle  handle)

Function to disable the timer peripheral.

Parameters
[in]handleA Timer_Handle returned from Timer_open()

§ TimerSupport_timerEnable()

void TimerSupport_timerEnable ( Timer_Handle  handle)

Function to enable the timer peripheral.

Parameters
[in]handleA Timer_Handle returned from Timer_open()

§ TimerSupport_timerFullWidth()

bool TimerSupport_timerFullWidth ( Timer_Handle  handle)

Function to determine if timer is full-width.

Parameters
[in]handleA Timer_Handle returned from Timer_open()
Returns
Returns a bool indicating use of full-width timer

§ TimerSupport_timerLoad()

void TimerSupport_timerLoad ( Timer_Handle  handle)

Function to load timer peripheral.

Parameters
[in]handleA Timer_Handle returned from Timer_open()
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale