iLLD_TC27xD  1.0
IfxPsi5_cfg.h File Reference

PSI5 on-chip implementation data. More...

Go to the source code of this file.

Macros

#define IFXPSI5_STEP_RANGE   1024
 
#define IFXPSI5_NUM_WDTS   7
 
#define IFXPSI5_NUM_SLOTS   6
 
#define IFXPSI5_ENABLE_CHANNELTRIGGER   (1 << 8)
 
#define IFXPSI5_ENABLE_CHANNEL   (1 << 16)
 
#define IFXPSI5_DEFAULT_SLOWCLOCK_FREQ   4000000
 
#define IFXPSI5_DEFAULT_FASTCLOCK_FREQ   6000000
 
#define IFXPSI5_DEFAULT_TIMESTAMP_FREQ   1000000
 
#define IFXPSI5_NUM_CHANNELS   3
 

Enumerations

enum  IfxPsi5_ChannelId {
  IfxPsi5_ChannelId_none = -1,
  IfxPsi5_ChannelId_0 = 0,
  IfxPsi5_ChannelId_1 = 1,
  IfxPsi5_ChannelId_2 = 2
}
 Channel Id. More...
 

Detailed Description

PSI5 on-chip implementation data.

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 IfxPsi5_cfg.h.

Macro Definition Documentation

#define IFXPSI5_DEFAULT_FASTCLOCK_FREQ   6000000

Definition at line 58 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initModuleConfig().

#define IFXPSI5_DEFAULT_SLOWCLOCK_FREQ   4000000

Definition at line 56 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initModuleConfig().

#define IFXPSI5_DEFAULT_TIMESTAMP_FREQ   1000000

Definition at line 60 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initModuleConfig().

#define IFXPSI5_ENABLE_CHANNEL   (1 << 16)

Definition at line 54 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initChannel().

#define IFXPSI5_ENABLE_CHANNELTRIGGER   (1 << 8)

Definition at line 52 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initChannel().

#define IFXPSI5_NUM_CHANNELS   3

Definition at line 62 of file IfxPsi5_cfg.h.

#define IFXPSI5_NUM_SLOTS   6

Definition at line 50 of file IfxPsi5_cfg.h.

#define IFXPSI5_NUM_WDTS   7

Definition at line 48 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initChannel().

#define IFXPSI5_STEP_RANGE   1024

Definition at line 46 of file IfxPsi5_cfg.h.

Enumeration Type Documentation

Channel Id.

Enumerator
IfxPsi5_ChannelId_none 

None of the Ifx_PSI5 Channels.

IfxPsi5_ChannelId_0 

Specifies PSI5 channel 0.

IfxPsi5_ChannelId_1 

Specifies PSI5 channel 1.

IfxPsi5_ChannelId_2 

Specifies PSI5 channel 2.

Definition at line 72 of file IfxPsi5_cfg.h.