iLLD_TC27xD  1.0
Icu.h File Reference

ICU interface. More...

Go to the source code of this file.

Data Structures

struct  Icu_Functions
 
struct  Icu_s
 Structure of the Icu interface. More...
 
struct  Icu_Config
 Configuration structure of the Icu interface. More...
 

Typedefs

typedef struct Icu_s Icu
 
typedef void(* Icu_StartCapture )(Icu *handle)
 
typedef void(* Icu_StopCapture )(Icu *handle)
 
typedef void(* Icu_GetTimeStamp )(Icu *handle)
 

Detailed Description

ICU 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 Icu.h.


Data Structure Documentation

struct Icu_Functions

Definition at line 38 of file Icu.h.

Collaboration diagram for Icu_Functions:
Data Fields
Icu_GetTimeStamp getTimeStamp
Icu_StartCapture startCapture
Icu_StopCapture stopCapture
struct Icu_s

Structure of the Icu interface.

Definition at line 46 of file Icu.h.

Data Fields
float32 frequency dummy member to avoid error
struct Icu_Config

Configuration structure of the Icu interface.

Definition at line 55 of file Icu.h.

Data Fields
float32 frequency dummy member to avoid error

Typedef Documentation

typedef struct Icu_s Icu

Definition at line 33 of file Icu.h.

typedef void(* Icu_GetTimeStamp)(Icu *handle)

Definition at line 36 of file Icu.h.

typedef void(* Icu_StartCapture)(Icu *handle)

Definition at line 34 of file Icu.h.

typedef void(* Icu_StopCapture)(Icu *handle)

Definition at line 35 of file Icu.h.