iLLD_TC27xD  1.0
Timer.h File Reference

Timer interface. More...

Go to the source code of this file.

Data Structures

struct  Timer_Functions
 
struct  Timer_s
 Structure of the Timer interface. More...
 
struct  Timer_Config
 Configuration structure of the Timer interface. More...
 

Typedefs

typedef struct Timer_s Timer
 
typedef void(* Timer_Start )(Timer *handle)
 
typedef void(* Timer_Stop )(Timer *handle)
 
typedef void(* Timer_SynchronousStart )(Timer *handle)
 
typedef void(* Timer_SynchronousStop )(Timer *handle)
 
typedef void(* Timer_CountOneStep )(Timer *handle)
 
typedef void(* Timer_StartSingleShotMode )(Timer *handle)
 

Detailed Description

Timer interface.

Version
iLLD_1_0_0_11_0
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file Timer.h.


Data Structure Documentation

struct Timer_Functions

Definition at line 41 of file Timer.h.

Collaboration diagram for Timer_Functions:
Data Fields
Timer_CountOneStep countOneStep
Timer_Start start
Timer_StartSingleShotMode startSingleShotMode
Timer_Stop stop
Timer_SynchronousStart synchronousStart
Timer_SynchronousStop synchronousStop
struct Timer_s

Structure of the Timer interface.

Definition at line 52 of file Timer.h.

Data Fields
float32 t12Frequency Actual timer12 frequency.
Ifx_TimerValue t12Period Actual timer 12 period.
float32 t13Frequency Actual timer13 frequency.
Ifx_TimerValue t13Period Actual timer 13 period.
struct Timer_Config

Configuration structure of the Timer interface.

Definition at line 64 of file Timer.h.

Data Fields
Ifx_TimerValue activeCount Specify active PWM period (TCOUNT)
float32 t12Frequency Specify expected T12 PWM frequency in Hertz.
Ifx_TimerValue t12Period Specify expected T12 PWM period in ticks.
float32 t13Frequency Specify expected T13 PWM frequency in Hertz.
Ifx_TimerValue t13Period Specify expected T13 PWM period in ticks.
Ifx_TimerValue waitingTime Specify the expected ticks before timer starts (TWAIT)

Typedef Documentation

typedef struct Timer_s Timer

Definition at line 33 of file Timer.h.

typedef void(* Timer_CountOneStep)(Timer *handle)

Definition at line 38 of file Timer.h.

typedef void(* Timer_Start)(Timer *handle)

Definition at line 34 of file Timer.h.

typedef void(* Timer_StartSingleShotMode)(Timer *handle)

Definition at line 39 of file Timer.h.

typedef void(* Timer_Stop)(Timer *handle)

Definition at line 35 of file Timer.h.

typedef void(* Timer_SynchronousStart)(Timer *handle)

Definition at line 36 of file Timer.h.

typedef void(* Timer_SynchronousStop)(Timer *handle)

Definition at line 37 of file Timer.h.