iLLD_TC27xC  1.0
IfxPsi5_cfg.h File Reference

Psi5 on-chip implementation data. More...

#include "_Reg/IfxPsi5_bf.h"
#include "_Reg/IfxPsi5_reg.h"
#include "Cpu/Std/IfxCpu_Intrinsics.h"
#include "Src/Std/IfxSrc.h"
#include "Scu/Std/IfxScuCcu.h"
#include "Scu/Std/IfxScuWdt.h"
#include "Port/Std/IfxPort.h"

Go to the source code of this file.

Macros

#define IFXPSI5_NUM_CHANNELS   3
 
#define IFXPSI5_STEP_RANGE   1024
 
#define IFXPSI5_WDT_COUNT   7
 
#define IFXPSI5_SLOT_COUNT   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
 

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_0_1_0_10
                            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 63 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initModuleConfig().

#define IFXPSI5_DEFAULT_SLOWCLOCK_FREQ   4000000

Definition at line 61 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initModuleConfig().

#define IFXPSI5_DEFAULT_TIMESTAMP_FREQ   1000000

Definition at line 65 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initModuleConfig().

#define IFXPSI5_ENABLE_CHANNEL   (1 << 16)

Definition at line 59 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initChannel().

#define IFXPSI5_ENABLE_CHANNELTRIGGER   (1 << 8)

Definition at line 57 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initChannel().

#define IFXPSI5_NUM_CHANNELS   3

Definition at line 49 of file IfxPsi5_cfg.h.

#define IFXPSI5_SLOT_COUNT   6

Definition at line 55 of file IfxPsi5_cfg.h.

#define IFXPSI5_STEP_RANGE   1024

Definition at line 51 of file IfxPsi5_cfg.h.

#define IFXPSI5_WDT_COUNT   7

Definition at line 53 of file IfxPsi5_cfg.h.

Referenced by IfxPsi5_Psi5_initChannel().

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 75 of file IfxPsi5_cfg.h.