iLLD_TC27xD  1.0
IfxPsi5_Psi5.h File Reference

PSI5 PSI5 details. More...

#include "Psi5/Std/IfxPsi5.h"
#include "Scu/Std/IfxScuCcu.h"
#include "IfxPsi5_bf.h"

Go to the source code of this file.

Data Structures

struct  IfxPsi5_Psi5
 PSI5 handle data structure. More...
 
struct  IfxPsi5_Psi5_ChannelTrigger
 channel trigger configuration structure More...
 
struct  IfxPsi5_Psi5_Clock
 Clock configuration data structure. More...
 
struct  IfxPsi5_Psi5_FrameData
 Psi5 frame data structure with individual members. More...
 
struct  IfxPsi5_Psi5_InputOutputControl
 Input output configuration structure. More...
 
struct  IfxPsi5_Psi5_Message
 Psi5 serial message with individual members. More...
 
struct  IfxPsi5_Psi5_PulseGeneration
 Sync pulse generation configuration structure. More...
 
struct  IfxPsi5_Psi5_Rdm
 Psi5 frame in double word format. More...
 
struct  IfxPsi5_Psi5_Rds
 Psi5 serial message as unsigned 32 bit value. More...
 
struct  IfxPsi5_Psi5_ReceiveControl
 Receive control configuration structure. More...
 
struct  IfxPsi5_Psi5_TimeStampConfig
 Timestamp configuration data structure. More...
 
struct  IfxPsi5_Psi5_TransmitControl
 Transmit control configuration structure. More...
 
struct  IfxPsi5_Psi5_PinsConfig
 Pin Configuration structure. More...
 
struct  IfxPsi5_Psi5_Channel
 Channel handle data structure. More...
 
struct  IfxPsi5_Psi5_ChannelConfig
 Channel configuration structure. More...
 
struct  IfxPsi5_Psi5_Config
 PSI5 module configuration structure. More...
 
union  IfxPsi5_Psi5_Frame
 Psi5 frame data union. More...
 
union  IfxPsi5_Psi5_SerialMessage
 Psi5 serial message data structure. More...
 
struct  IfxPsi5_Psi5_StartupOptions
 startup related options TBD More...
 

Functions

IFX_EXTERN void IfxPsi5_Psi5_deInitModule (IfxPsi5_Psi5 *psi5)
 Resets the PSI5 module. More...
 
IFX_EXTERN boolean IfxPsi5_Psi5_initModule (IfxPsi5_Psi5 *psi5, const IfxPsi5_Psi5_Config *config)
 Initialise the PSI5 with the supplied configureation. More...
 
IFX_EXTERN void IfxPsi5_Psi5_initModuleConfig (IfxPsi5_Psi5_Config *config, Ifx_PSI5 *psi5)
 Initialise buffer with default PSI5 configuration. More...
 
IFX_INLINE boolean IfxPsi5_Psi5_startupChannel (IfxPsi5_Psi5_Channel *channel, IfxPsi5_Psi5_StartupOptions *options)
 start the channel with the selected options More...
 
IFX_EXTERN boolean IfxPsi5_Psi5_initChannel (IfxPsi5_Psi5_Channel *channel, const IfxPsi5_Psi5_ChannelConfig *config)
 Initialize the channel with the supplied configuration. More...
 
IFX_EXTERN void IfxPsi5_Psi5_initChannelConfig (IfxPsi5_Psi5_ChannelConfig *config, IfxPsi5_Psi5 *psi5)
 Get the current channel configuration (e.g. sample settings) More...
 
IFX_EXTERN boolean IfxPsi5_Psi5_readChannelFrame (IfxPsi5_Psi5_Channel *channel, IfxPsi5_Psi5_Frame *frame)
 Gets the received psi5 frame for the channel. More...
 
IFX_EXTERN boolean IfxPsi5_Psi5_readChannelSerialMessage (IfxPsi5_Psi5_Channel *channel, IfxPsi5_Slot slot, IfxPsi5_Psi5_SerialMessage *message)
 Get the received serial message for the channel. More...
 
IFX_EXTERN boolean IfxPsi5_Psi5_sendChannelData (IfxPsi5_Psi5_Channel *channel, uint64 data)
 Transmit the data through the channel. More...
 

Detailed Description

PSI5 PSI5 details.

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


Data Structure Documentation

struct IfxPsi5_Psi5_PinsConfig

Pin Configuration structure.

Definition at line 274 of file IfxPsi5_Psi5.h.

Collaboration diagram for IfxPsi5_Psi5_PinsConfig:
Data Fields
const IfxPsi5_Rx_In * in The RX Pin which should be configured.
IfxPort_InputMode inMode The pin input mode which should be configured.
const IfxPsi5_Tx_Out * out The TX Pin which should be configured.
IfxPort_OutputMode outMode The pin output mode which should be configured.
IfxPort_PadDriver pinDriver The pad driver mode which should be configured.