iLLD_TC27xD  1.0
IfxSent_cfg.h File Reference

SENT on-chip implementation data. More...

Go to the source code of this file.

Macros

#define IFXSENT_CFG_CHANNEL_INTEN   (0x1FEDU)
 Specifies all interrupt events. More...
 
#define IFXSENT_CFG_STEP_RANGE   (1024)
 Specifies the step range for calculating module clock. More...
 
#define IFXSENT_CFG_TIMEOUT_VALUE   ((uint16)0xFFFFU)
 Specifies timeout value in transmission. More...
 
#define IFXSENT_NUM_CHANNELS   (10)
 

Enumerations

enum  IfxSent_ChannelId {
  IfxSent_ChannelId_0 = 0,
  IfxSent_ChannelId_1 = 1,
  IfxSent_ChannelId_2 = 2,
  IfxSent_ChannelId_3 = 3,
  IfxSent_ChannelId_4 = 4,
  IfxSent_ChannelId_5 = 5,
  IfxSent_ChannelId_6 = 6,
  IfxSent_ChannelId_7 = 7,
  IfxSent_ChannelId_8 = 8,
  IfxSent_ChannelId_9 = 9,
  IfxSent_ChannelId_none = -1
}
 Specifies the channel Id. More...
 

Detailed Description

SENT 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 IfxSent_cfg.h.

Macro Definition Documentation

#define IFXSENT_CFG_CHANNEL_INTEN   (0x1FEDU)

Specifies all interrupt events.

Definition at line 46 of file IfxSent_cfg.h.

Referenced by IfxSent_Sent_initChannelConfig().

#define IFXSENT_CFG_STEP_RANGE   (1024)

Specifies the step range for calculating module clock.

Definition at line 50 of file IfxSent_cfg.h.

#define IFXSENT_CFG_TIMEOUT_VALUE   ((uint16)0xFFFFU)

Specifies timeout value in transmission.

Definition at line 54 of file IfxSent_cfg.h.

Referenced by IfxSent_Sent_initChannel().

#define IFXSENT_NUM_CHANNELS   (10)

Definition at line 56 of file IfxSent_cfg.h.

Enumeration Type Documentation

Specifies the channel Id.

Enumerator
IfxSent_ChannelId_0 

Specifies the channel Id 0.

IfxSent_ChannelId_1 

Specifies the channel Id 1.

IfxSent_ChannelId_2 

Specifies the channel Id 2.

IfxSent_ChannelId_3 

Specifies the channel Id 3.

IfxSent_ChannelId_4 

Specifies the channel Id 4.

IfxSent_ChannelId_5 

Specifies the channel Id 5.

IfxSent_ChannelId_6 

Specifies the channel Id 6.

IfxSent_ChannelId_7 

Specifies the channel Id 7.

IfxSent_ChannelId_8 

Specifies the channel Id 8.

IfxSent_ChannelId_9 

Specifies the channel Id 9.

IfxSent_ChannelId_none 

None Sent channels.

Definition at line 64 of file IfxSent_cfg.h.